#385E38

Color #385E38 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #385E38

Tints of Parsley #385E38

Color information

#385E38 (or 0x385E38) is unknown color: approx Parsley. HEX triplet: 38, 5E and 38. RGB value is (56,94,56). Sum of RGB (Red+Green+Blue) = 56+94+56=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 94 - color contains mainly: green. Hex color #385E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385E38 is #C7A1C7. Grayscale: #4E4E4E. Windows color (decimal): -13083080 or 3694136. OLE color: 3694136.

HSL color Cylindrical-coordinate representation of color #385E38: hue angle of 120º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385E38 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB569456-
CMYK0.4000.400.63
HSL120º25.33%29.41%-
HSV(B)120º40.43%36.86%-
XYZ6.359.135.17-
YUV78.31115.41112.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 94 (37.11% from 255) = 45.63%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=27.18%
G=45.63%
B=27.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5694560.4000.400.6312025.3329.41
Hex385E38280283F78191d
Octal701367050050771703135
Binary1110001011110111000101000010100011111111110001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385E38; }

 p { color: rgb(56,94,56); }

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

<style>
 a { background-color: #385E38; }

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

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

<style>
 span { border-color: #385E38; }

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

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