#32762F

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

Shades of Japanese Laurel #32762F

Tints of Japanese Laurel #32762F

Color information

#32762F (or 0x32762F) is unknown color: approx Japanese Laurel. HEX triplet: 32, 76 and 2F. RGB value is (50,118,47). Sum of RGB (Red+Green+Blue) = 50+118+47=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #32762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32762F is #CD89D0. Grayscale: #595959. Windows color (decimal): -13470161 or 3110450. OLE color: 3110450.

HSL color Cylindrical-coordinate representation of color #32762F: hue angle of 117.46º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32762F is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB5011847-
CMYK0.5800.600.54
HSL117.46º43.03%32.35%-
HSV(B)117.46º60.17%46.27%-
XYZ8.3113.844.92-
YUV89.57103.9799.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 118 (46.48% from 255) = 54.88%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=23.26%
G=54.88%
B=21.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118470.5800.600.54117.4643.0332.35
Hex32762F3A03C36752b20
Octal621665772074661655340
Binary110010111011010111111101001111001101101110101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32762F; }

 p { color: rgb(50,118,47); }

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

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

 a { background-color: rgb(50,118,47); }

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

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

 span { border-color: rgb(50,118,47); }

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