#387036

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

Shades of Japanese Laurel #387036

Tints of Japanese Laurel #387036

Color information

#387036 (or 0x387036) is unknown color: approx Japanese Laurel. HEX triplet: 38, 70 and 36. RGB value is (56,112,54). Sum of RGB (Red+Green+Blue) = 56+112+54=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #387036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387036 is #C78FC9. Grayscale: #585858. Windows color (decimal): -13078474 or 3567672. OLE color: 3567672.

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

Color convert

RGB5611254-
CMYK0.5000.520.56
HSL117.93º34.94%32.55%-
HSV(B)117.93º51.79%43.92%-
XYZ8.0912.75.51-
YUV88.64108.45104.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 112 (44.14% from 255) = 50.45%
BLUE value IS 54 (21.48% from 255) = 24.32%
R=25.23%
G=50.45%
B=24.32%

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
Decimal56112540.5000.520.56117.9334.9432.55
Hex3870363203438762321
Octal701606662064701664341
Binary111000111000011011011001001101001110001110110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387036; }

 p { color: rgb(56,112,54); }

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

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

 a { background-color: rgb(56,112,54); }

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

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

 span { border-color: rgb(56,112,54); }

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