#385C37

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

Shades of Parsley #385C37

Tints of Parsley #385C37

Color information

#385C37 (or 0x385C37) is unknown color: approx Parsley. HEX triplet: 38, 5C and 37. RGB value is (56,92,55). Sum of RGB (Red+Green+Blue) = 56+92+55=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #385C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C37 is #C7A3C8. Grayscale: #4D4D4D. Windows color (decimal): -13083593 or 3628088. OLE color: 3628088.

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

Color convert

RGB569255-
CMYK0.3900.400.64
HSL118.38º25.17%28.82%-
HSV(B)118.38º40.22%36.08%-
XYZ6.158.774.98-
YUV77.02115.57113.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 92 (36.33% from 255) = 45.32%
BLUE value IS 55 (21.88% from 255) = 27.09%
R=27.59%
G=45.32%
B=27.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5692550.3900.400.64118.3825.1728.82
Hex385C37270284076191d
Octal7013467470501001663135
Binary11100010111001101111001110101000100000011101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,92,55); }

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

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

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

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

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

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

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