#52741F

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

Shades of Green Leaf #52741F

Tints of Green Leaf #52741F

Color information

#52741F (or 0x52741F) is unknown color: approx Green Leaf. HEX triplet: 52, 74 and 1F. RGB value is (82,116,31). Sum of RGB (Red+Green+Blue) = 82+116+31=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #52741F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52741F is #AD8BE0. Grayscale: #606060. Windows color (decimal): -11373537 or 2061394. OLE color: 2061394.

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

Color convert

RGB8211631-
CMYK0.2900.730.55
HSL84º57.82%28.82%-
HSV(B)84º73.28%45.49%-
XYZ9.9714.383.55-
YUV96.1491.24117.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 116 (45.70% from 255) = 50.66%
BLUE value IS 31 (12.5% from 255) = 13.54%
R=35.81%
G=50.66%
B=13.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82116310.2900.730.558457.8228.82
Hex52741F1D04937543a1d
Octal12216437350111671247235
Binary10100101110100111111110101001001110111101010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52741F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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