#52782D

Color #52782D Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #52782D

Tints of Green Leaf #52782D

Color information

#52782D (or 0x52782D) is unknown color: approx Green Leaf. HEX triplet: 52, 78 and 2D. RGB value is (82,120,45). Sum of RGB (Red+Green+Blue) = 82+120+45=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #52782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52782D is #AD87D2. Grayscale: #646464. Windows color (decimal): -11372499 or 2979922. OLE color: 2979922.

HSL color Cylindrical-coordinate representation of color #52782D: hue angle of 90.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52782D is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB8212045-
CMYK0.3200.630.53
HSL90.4º45.45%32.35%-
HSV(B)90.4º62.5%47.06%-
XYZ10.6715.424.9-
YUV100.0996.91115.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 120 (47.27% from 255) = 48.58%
BLUE value IS 45 (17.97% from 255) = 18.22%
R=33.20%
G=48.58%
B=18.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120450.3200.630.5390.445.4532.35
Hex52782D2003F355a2d20
Octal1221705540077651325540
Binary1010010111100010110110000001111111101011011010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52782D; }

 p { color: rgb(82,120,45); }

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

<style>
 a { background-color: #52782D; }

 a { background-color: rgb(82,120,45); }

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

<style>
 span { border-color: #52782D; }

 span { border-color: rgb(82,120,45); }

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