#32852C

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

Shades of Japanese Laurel #32852C

Tints of Japanese Laurel #32852C

Color information

#32852C (or 0x32852C) is unknown color: approx Japanese Laurel. HEX triplet: 32, 85 and 2C. RGB value is (50,133,44). Sum of RGB (Red+Green+Blue) = 50+133+44=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #32852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32852C is #CD7AD3. Grayscale: #626262. Windows color (decimal): -13466324 or 2917682. OLE color: 2917682.

HSL color Cylindrical-coordinate representation of color #32852C: hue angle of 115.96º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32852C is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB5013344-
CMYK0.6200.670.48
HSL115.96º50.28%34.71%-
HSV(B)115.96º66.92%52.16%-
XYZ10.1617.645.25-
YUV98.0497.593.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 133 (52.34% from 255) = 58.59%
BLUE value IS 44 (17.58% from 255) = 19.38%
R=22.03%
G=58.59%
B=19.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50133440.6200.670.48115.9650.2834.71
Hex32852C3E04330743223
Octal6220554760103601646243
Binary11001010000101101100111110010000111100001110100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32852C; }

 p { color: rgb(50,133,44); }

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

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

 a { background-color: rgb(50,133,44); }

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

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

 span { border-color: rgb(50,133,44); }

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