#32822C

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

Shades of Japanese Laurel #32822C

Tints of Japanese Laurel #32822C

Color information

#32822C (or 0x32822C) is unknown color: approx Japanese Laurel. HEX triplet: 32, 82 and 2C. RGB value is (50,130,44). Sum of RGB (Red+Green+Blue) = 50+130+44=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #32822C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32822C is #CD7DD3. Grayscale: #606060. Windows color (decimal): -13467092 or 2916914. OLE color: 2916914.

HSL color Cylindrical-coordinate representation of color #32822C: hue angle of 115.81º 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 #32822C is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB5013044-
CMYK0.6200.660.49
HSL115.81º49.43%34.12%-
HSV(B)115.81º66.15%50.98%-
XYZ9.7516.835.12-
YUV96.2898.594.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 130 (51.17% from 255) = 58.04%
BLUE value IS 44 (17.58% from 255) = 19.64%
R=22.32%
G=58.04%
B=19.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50130440.6200.660.49115.8149.4334.12
Hex32822C3E04231743122
Octal6220254760102611646142
Binary11001010000010101100111110010000101100011110100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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