#32812C

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

Shades of Japanese Laurel #32812C

Tints of Japanese Laurel #32812C

Color information

#32812C (or 0x32812C) is unknown color: approx Japanese Laurel. HEX triplet: 32, 81 and 2C. RGB value is (50,129,44). Sum of RGB (Red+Green+Blue) = 50+129+44=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #32812C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32812C is #CD7ED3. Grayscale: #5F5F5F. Windows color (decimal): -13467348 or 2916658. OLE color: 2916658.

HSL color Cylindrical-coordinate representation of color #32812C: hue angle of 115.76º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32812C is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB5012944-
CMYK0.6100.660.49
HSL115.76º49.13%33.92%-
HSV(B)115.76º65.89%50.59%-
XYZ9.6216.565.07-
YUV95.6998.8395.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 129 (50.78% from 255) = 57.85%
BLUE value IS 44 (17.58% from 255) = 19.73%
R=22.42%
G=57.85%
B=19.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50129440.6100.660.49115.7649.1333.92
Hex32812C3D04231743122
Octal6220154750102611646142
Binary11001010000001101100111101010000101100011110100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32812C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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