#386037

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

Shades of Parsley #386037

Tints of Parsley #386037

Color information

#386037 (or 0x386037) is unknown color: approx Parsley. HEX triplet: 38, 60 and 37. RGB value is (56,96,55). Sum of RGB (Red+Green+Blue) = 56+96+55=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #386037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386037 is #C79FC8. Grayscale: #4F4F4F. Windows color (decimal): -13082569 or 3629112. OLE color: 3629112.

HSL color Cylindrical-coordinate representation of color #386037: hue angle of 118.54º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386037 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB569655-
CMYK0.4200.430.62
HSL118.54º27.15%29.61%-
HSV(B)118.54º42.71%37.65%-
XYZ6.59.485.1-
YUV79.37114.25111.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 55 (21.88% from 255) = 26.57%
R=27.05%
G=46.38%
B=26.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696550.4200.430.62118.5427.1529.61
Hex3860372A02B3E771b1e
Octal701406752053761673336
Binary1110001100000110111101010010101111111011101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386037; }

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

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

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

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

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

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

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

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