#367132

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

Shades of Japanese Laurel #367132

Tints of Japanese Laurel #367132

Color information

#367132 (or 0x367132) is unknown color: approx Japanese Laurel. HEX triplet: 36, 71 and 32. RGB value is (54,113,50). Sum of RGB (Red+Green+Blue) = 54+113+50=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #367132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367132 is #C98ECD. Grayscale: #585858. Windows color (decimal): -13209294 or 3305782. OLE color: 3305782.

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

Color convert

RGB5411350-
CMYK0.5200.560.56
HSL116.19º38.65%31.96%-
HSV(B)116.19º55.75%44.31%-
XYZ812.825.07-
YUV88.18106.45103.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 113 (44.53% from 255) = 52.07%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=24.88%
G=52.07%
B=23.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54113500.5200.560.56116.1938.6531.96
Hex3671323403838742720
Octal661616264070701644740
Binary110110111000111001011010001110001110001110100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367132; }

 p { color: rgb(54,113,50); }

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

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

 a { background-color: rgb(54,113,50); }

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

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

 span { border-color: rgb(54,113,50); }

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