#52721F

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

Shades of Green Leaf #52721F

Tints of Green Leaf #52721F

Color information

#52721F (or 0x52721F) is unknown color: approx Green Leaf. HEX triplet: 52, 72 and 1F. RGB value is (82,114,31). Sum of RGB (Red+Green+Blue) = 82+114+31=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #52721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52721F is #AD8DE0. Grayscale: #5F5F5F. Windows color (decimal): -11374049 or 2060882. OLE color: 2060882.

HSL color Cylindrical-coordinate representation of color #52721F: hue angle of 83.13º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52721F is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB8211431-
CMYK0.2800.730.55
HSL83.13º57.24%28.43%-
HSV(B)83.13º72.81%44.71%-
XYZ9.7413.933.47-
YUV94.9791.9118.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 31 (12.5% from 255) = 13.66%
R=36.12%
G=50.22%
B=13.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82114310.2800.730.5583.1357.2428.43
Hex52721F1C0493753391c
Octal12216237340111671237134
Binary10100101110010111111110001001001110111101001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,114,31); }

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

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

 a { background-color: rgb(82,114,31); }

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

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

 span { border-color: rgb(82,114,31); }

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