#386B37

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

Shades of Japanese Laurel #386B37

Tints of Japanese Laurel #386B37

Color information

#386B37 (or 0x386B37) is unknown color: approx Japanese Laurel. HEX triplet: 38, 6B and 37. RGB value is (56,107,55). Sum of RGB (Red+Green+Blue) = 56+107+55=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #386B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B37 is #C794C8. Grayscale: #555555. Windows color (decimal): -13079753 or 3631928. OLE color: 3631928.

HSL color Cylindrical-coordinate representation of color #386B37: hue angle of 118.85º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386B37 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB5610755-
CMYK0.4800.490.58
HSL118.85º32.1%31.76%-
HSV(B)118.85º48.6%41.96%-
XYZ7.5811.635.46-
YUV85.82110.6106.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 107 (42.19% from 255) = 49.08%
BLUE value IS 55 (21.88% from 255) = 25.23%
R=25.69%
G=49.08%
B=25.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56107550.4800.490.58118.8532.131.76
Hex386B37300313A772020
Octal701536760061721674040
Binary111000110101111011111000001100011110101110111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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