#32782B

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

Shades of Japanese Laurel #32782B

Tints of Japanese Laurel #32782B

Color information

#32782B (or 0x32782B) is unknown color: approx Japanese Laurel. HEX triplet: 32, 78 and 2B. RGB value is (50,120,43). Sum of RGB (Red+Green+Blue) = 50+120+43=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #32782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32782B is #CD87D4. Grayscale: #5A5A5A. Windows color (decimal): -13469653 or 2848818. OLE color: 2848818.

HSL color Cylindrical-coordinate representation of color #32782B: hue angle of 114.55º degrees, saturation: 0.47, 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 #32782B is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB5012043-
CMYK0.5800.640.53
HSL114.55º47.24%31.96%-
HSV(B)114.55º64.17%47.06%-
XYZ8.4714.294.6-
YUV90.29101.3199.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 120 (47.27% from 255) = 56.34%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=23.47%
G=56.34%
B=20.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120430.5800.640.53114.5547.2431.96
Hex32782B3A04035732f20
Octal6217053720100651635740
Binary1100101111000101011111010010000001101011110011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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