#387232

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

Shades of Japanese Laurel #387232

Tints of Japanese Laurel #387232

Color information

#387232 (or 0x387232) is unknown color: approx Japanese Laurel. HEX triplet: 38, 72 and 32. RGB value is (56,114,50). Sum of RGB (Red+Green+Blue) = 56+114+50=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #387232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387232 is #C78DCD. Grayscale: #595959. Windows color (decimal): -13077966 or 3306040. OLE color: 3306040.

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

Color convert

RGB5611450-
CMYK0.5100.560.55
HSL114.38º39.02%32.16%-
HSV(B)114.38º56.14%44.71%-
XYZ8.2213.115.11-
YUV89.36105.78104.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=25.45%
G=51.82%
B=22.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114500.5100.560.55114.3839.0232.16
Hex3872323303837722720
Octal701626263070671624740
Binary111000111001011001011001101110001101111110010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387232; }

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

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

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

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

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

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

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

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