#386F37

Color #386F37 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #386F37

Tints of Japanese Laurel #386F37

Color information

#386F37 (or 0x386F37) is unknown color: approx Japanese Laurel. HEX triplet: 38, 6F and 37. RGB value is (56,111,55). Sum of RGB (Red+Green+Blue) = 56+111+55=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #386F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F37 is #C790C8. Grayscale: #585858. Windows color (decimal): -13078729 or 3632952. OLE color: 3632952.

HSL color Cylindrical-coordinate representation of color #386F37: hue angle of 118.93º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F37 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB5611155-
CMYK0.5000.500.56
HSL118.93º33.73%32.55%-
HSV(B)118.93º50.45%43.53%-
XYZ812.495.6-
YUV88.17109.28105.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 111 (43.75% from 255) = 50%
BLUE value IS 55 (21.88% from 255) = 24.77%
R=25.23%
G=50%
B=24.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56111550.5000.500.56118.9333.7332.55
Hex386F373203238772221
Octal701576762062701674241
Binary111000110111111011111001001100101110001110111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386F37; }

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

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

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

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

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

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

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

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