#52741E

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

Shades of Green Leaf #52741E

Tints of Green Leaf #52741E

Color information

#52741E (or 0x52741E) is unknown color: approx Green Leaf. HEX triplet: 52, 74 and 1E. RGB value is (82,116,30). Sum of RGB (Red+Green+Blue) = 82+116+30=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #52741E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52741E is #AD8BE1. Grayscale: #606060. Windows color (decimal): -11373538 or 1995858. OLE color: 1995858.

HSL color Cylindrical-coordinate representation of color #52741E: hue angle of 83.72º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52741E is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB8211630-
CMYK0.2900.740.55
HSL83.72º58.9%28.63%-
HSV(B)83.72º74.14%45.49%-
XYZ9.9614.383.48-
YUV96.0390.74117.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 116 (45.70% from 255) = 50.88%
BLUE value IS 30 (12.11% from 255) = 13.16%
R=35.96%
G=50.88%
B=13.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82116300.2900.740.5583.7258.928.63
Hex52741E1D04A37543b1d
Octal12216436350112671247335
Binary10100101110100111101110101001010110111101010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52741E; }

 p { color: rgb(82,116,30); }

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

<style>
 a { background-color: #52741E; }

 a { background-color: rgb(82,116,30); }

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

<style>
 span { border-color: #52741E; }

 span { border-color: rgb(82,116,30); }

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