#32873E

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

Shades of Japanese Laurel #32873E

Tints of Japanese Laurel #32873E

Color information

#32873E (or 0x32873E) is unknown color: approx Japanese Laurel. HEX triplet: 32, 87 and 3E. RGB value is (50,135,62). Sum of RGB (Red+Green+Blue) = 50+135+62=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #32873E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32873E is #CD78C1. Grayscale: #656565. Windows color (decimal): -13465794 or 4097842. OLE color: 4097842.

HSL color Cylindrical-coordinate representation of color #32873E: hue angle of 128.47º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32873E is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB5013562-
CMYK0.6300.540.47
HSL128.47º45.95%36.27%-
HSV(B)128.47º62.96%52.94%-
XYZ10.8518.357.53-
YUV101.26105.8491.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 135 (53.12% from 255) = 54.66%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=20.24%
G=54.66%
B=25.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50135620.6300.540.47128.4745.9536.27
Hex32873E3F0362F802e24
Octal622077677066572005644
Binary11001010000111111110111111011011010111110000000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32873E; }

 p { color: rgb(50,135,62); }

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

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

 a { background-color: rgb(50,135,62); }

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

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

 span { border-color: rgb(50,135,62); }

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