#384E1F

Color #384E1F Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #384E1F

Tints of Seaweed #384E1F

Color information

#384E1F (or 0x384E1F) is unknown color: approx Seaweed. HEX triplet: 38, 4E and 1F. RGB value is (56,78,31). Sum of RGB (Red+Green+Blue) = 56+78+31=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #384E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384E1F is #C7B1E0. Grayscale: #424242. Windows color (decimal): -13087201 or 2051640. OLE color: 2051640.

HSL color Cylindrical-coordinate representation of color #384E1F: hue angle of 88.09º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #384E1F is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB567831-
CMYK0.2800.600.69
HSL88.09º43.12%21.37%-
HSV(B)88.09º60.26%30.59%-
XYZ4.66.392.29-
YUV66.06108.21120.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 78 (30.86% from 255) = 47.27%
BLUE value IS 31 (12.5% from 255) = 18.79%
R=33.94%
G=47.27%
B=18.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5678310.2800.600.6988.0943.1221.37
Hex384E1F1C03C45582b15
Octal7011637340741051305325
Binary1110001001110111111110001111001000101101100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384E1F; }

 p { color: rgb(56,78,31); }

 H1.HeaderClassName
 {
   color: #384E1F;
 }
 .AnyTagClassName
 {
   color: #384E1F;
 }
</style>
background-color css

<style>
 a { background-color: #384E1F; }

 a { background-color: rgb(56,78,31); }

 div.DivClassName
 {
   background-color: #384E1F;
 }
 .BgClassName
 {
   background-color: #384E1F;
 }
</style>
border-color css

<style>
 span { border-color: #384E1F; }

 span { border-color: rgb(56,78,31); }

 td.TdClassName
 {
   border-color: #384E1F;
 }
 .TagClassName
 {
   border-color: #384E1F;
 }
</style>