#386B39

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

Shades of Japanese Laurel #386B39

Tints of Japanese Laurel #386B39

Color information

#386B39 (or 0x386B39) is unknown color: approx Japanese Laurel. HEX triplet: 38, 6B and 39. RGB value is (56,107,57). Sum of RGB (Red+Green+Blue) = 56+107+57=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #386B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B39 is #C794C6. Grayscale: #565656. Windows color (decimal): -13079751 or 3763000. OLE color: 3763000.

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

Color convert

RGB5610757-
CMYK0.4800.470.58
HSL121.18º31.29%31.96%-
HSV(B)121.18º47.66%41.96%-
XYZ7.6311.655.72-
YUV86.05111.6106.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 107 (42.19% from 255) = 48.64%
BLUE value IS 57 (22.66% from 255) = 25.91%
R=25.45%
G=48.64%
B=25.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56107570.4800.470.58121.1831.2931.96
Hex386B393002F3A791f20
Octal701537160057721713740
Binary11100011010111110011100000101111111010111100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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