#52772F

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

Shades of Green Leaf #52772F

Tints of Green Leaf #52772F

Color information

#52772F (or 0x52772F) is unknown color: approx Green Leaf. HEX triplet: 52, 77 and 2F. RGB value is (82,119,47). Sum of RGB (Red+Green+Blue) = 82+119+47=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #52772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52772F is #AD88D0. Grayscale: #636363. Windows color (decimal): -11372753 or 3110738. OLE color: 3110738.

HSL color Cylindrical-coordinate representation of color #52772F: hue angle of 90.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52772F is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB8211947-
CMYK0.3100.610.53
HSL90.83º43.37%32.55%-
HSV(B)90.83º60.5%46.67%-
XYZ10.5915.195.06-
YUV99.7398.24115.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 119 (46.88% from 255) = 47.98%
BLUE value IS 47 (18.75% from 255) = 18.95%
R=33.06%
G=47.98%
B=18.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119470.3100.610.5390.8343.3732.55
Hex52772F1F03D355b2b21
Octal1221675737075651335341
Binary101001011101111011111111101111011101011011011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52772F; }

 p { color: rgb(82,119,47); }

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

<style>
 a { background-color: #52772F; }

 a { background-color: rgb(82,119,47); }

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

<style>
 span { border-color: #52772F; }

 span { border-color: rgb(82,119,47); }

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