#32762B

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

Shades of Japanese Laurel #32762B

Tints of Japanese Laurel #32762B

Color information

#32762B (or 0x32762B) is unknown color: approx Japanese Laurel. HEX triplet: 32, 76 and 2B. RGB value is (50,118,43). Sum of RGB (Red+Green+Blue) = 50+118+43=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #32762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32762B is #CD89D4. Grayscale: #595959. Windows color (decimal): -13470165 or 2848306. OLE color: 2848306.

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

Color convert

RGB5011843-
CMYK0.5800.640.54
HSL114.4º46.58%31.57%-
HSV(B)114.4º63.56%46.27%-
XYZ8.2313.814.52-
YUV89.12101.97100.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 118 (46.48% from 255) = 55.92%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=23.70%
G=55.92%
B=20.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118430.5800.640.54114.446.5831.57
Hex32762B3A04036722f20
Octal6216653720100661625740
Binary1100101110110101011111010010000001101101110010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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