#385636

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

Shades of Parsley #385636

Tints of Parsley #385636

Color information

#385636 (or 0x385636) is unknown color: approx Parsley. HEX triplet: 38, 56 and 36. RGB value is (56,86,54). Sum of RGB (Red+Green+Blue) = 56+86+54=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 86 - color contains mainly: green. Hex color #385636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385636 is #C7A9C9. Grayscale: #494949. Windows color (decimal): -13085130 or 3561016. OLE color: 3561016.

HSL color Cylindrical-coordinate representation of color #385636: hue angle of 116.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #385636 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB568654-
CMYK0.3500.370.66
HSL116.25º22.86%27.45%-
HSV(B)116.25º37.21%33.73%-
XYZ5.627.764.69-
YUV73.38117.06115.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 86 (33.98% from 255) = 43.88%
BLUE value IS 54 (21.48% from 255) = 27.55%
R=28.57%
G=43.88%
B=27.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686540.3500.370.66116.2522.8627.45
Hex385636230254274171b
Octal7012666430451021642733
Binary11100010101101101101000110100101100001011101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385636; }

 p { color: rgb(56,86,54); }

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

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

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

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

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

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

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