#386F35

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

Shades of Japanese Laurel #386F35

Tints of Japanese Laurel #386F35

Color information

#386F35 (or 0x386F35) is unknown color: approx Japanese Laurel. HEX triplet: 38, 6F and 35. RGB value is (56,111,53). Sum of RGB (Red+Green+Blue) = 56+111+53=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #386F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F35 is #C790CA. Grayscale: #585858. Windows color (decimal): -13078731 or 3501880. OLE color: 3501880.

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

Color convert

RGB5611153-
CMYK0.5000.520.56
HSL116.9º35.37%32.16%-
HSV(B)116.9º52.25%43.53%-
XYZ7.9612.475.36-
YUV87.94108.28105.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 111 (43.75% from 255) = 50.45%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=25.45%
G=50.45%
B=24.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56111530.5000.520.56116.935.3732.16
Hex386F353203438752320
Octal701576562064701654340
Binary111000110111111010111001001101001110001110101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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