#32792B

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

Shades of Japanese Laurel #32792B

Tints of Japanese Laurel #32792B

Color information

#32792B (or 0x32792B) is unknown color: approx Japanese Laurel. HEX triplet: 32, 79 and 2B. RGB value is (50,121,43). Sum of RGB (Red+Green+Blue) = 50+121+43=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 121 (47.66% from 255 or 56.54% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 121 - color contains mainly: green. Hex color #32792B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32792B is #CD86D4. Grayscale: #5B5B5B. Windows color (decimal): -13469397 or 2849074. OLE color: 2849074.

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

Color convert

RGB5012143-
CMYK0.5900.640.53
HSL114.62º47.56%32.16%-
HSV(B)114.62º64.46%47.45%-
XYZ8.5914.534.64-
YUV90.88100.9898.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 121 (47.66% from 255) = 56.54%
BLUE value IS 43 (17.19% from 255) = 20.09%
R=23.36%
G=56.54%
B=20.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121430.5900.640.53114.6247.5632.16
Hex32792B3B04035733020
Octal6217153730100651636040
Binary1100101111001101011111011010000001101011110011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32792B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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