#52782A

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

Shades of Green Leaf #52782A

Tints of Green Leaf #52782A

Color information

#52782A (or 0x52782A) is unknown color: approx Green Leaf. HEX triplet: 52, 78 and 2A. RGB value is (82,120,42). Sum of RGB (Red+Green+Blue) = 82+120+42=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #52782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52782A is #AD87D5. Grayscale: #646464. Windows color (decimal): -11372502 or 2783314. OLE color: 2783314.

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

Color convert

RGB8212042-
CMYK0.3200.650.53
HSL89.23º48.15%31.76%-
HSV(B)89.23º65%47.06%-
XYZ10.6115.394.6-
YUV99.7595.41115.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 120 (47.27% from 255) = 49.18%
BLUE value IS 42 (16.80% from 255) = 17.21%
R=33.61%
G=49.18%
B=17.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120420.3200.650.5389.2348.1531.76
Hex52782A2004135593020
Octal12217052400101651316040
Binary10100101111000101010100000010000011101011011001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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