#386537

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

Shades of Parsley #386537

Tints of Parsley #386537

Color information

#386537 (or 0x386537) is unknown color: approx Parsley. HEX triplet: 38, 65 and 37. RGB value is (56,101,55). Sum of RGB (Red+Green+Blue) = 56+101+55=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 101 - color contains mainly: green. Hex color #386537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386537 is #C79AC8. Grayscale: #525252. Windows color (decimal): -13081289 or 3630392. OLE color: 3630392.

HSL color Cylindrical-coordinate representation of color #386537: hue angle of 118.7º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386537 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB5610155-
CMYK0.4500.460.60
HSL118.7º29.49%30.59%-
HSV(B)118.7º45.54%39.61%-
XYZ6.9710.425.26-
YUV82.3112.59109.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 101 (39.84% from 255) = 47.64%
BLUE value IS 55 (21.88% from 255) = 25.94%
R=26.42%
G=47.64%
B=25.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101550.4500.460.60118.729.4930.59
Hex3865372D02E3C771d1f
Octal701456755056741673537
Binary1110001100101110111101101010111011110011101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386537; }

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

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

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

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

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

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

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

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