#387032

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

Shades of Japanese Laurel #387032

Tints of Japanese Laurel #387032

Color information

#387032 (or 0x387032) is unknown color: approx Japanese Laurel. HEX triplet: 38, 70 and 32. RGB value is (56,112,50). Sum of RGB (Red+Green+Blue) = 56+112+50=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #387032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387032 is #C78FCD. Grayscale: #585858. Windows color (decimal): -13078478 or 3305528. OLE color: 3305528.

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

Color convert

RGB5611250-
CMYK0.5000.550.56
HSL114.19º38.27%31.76%-
HSV(B)114.19º55.36%43.92%-
XYZ812.665.04-
YUV88.19106.45105.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 112 (44.14% from 255) = 51.38%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=25.69%
G=51.38%
B=22.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112500.5000.550.56114.1938.2731.76
Hex3870323203738722620
Octal701606262067701624640
Binary111000111000011001011001001101111110001110010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387032; }

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

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

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

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

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

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

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

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