#52761A

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

Shades of Green Leaf #52761A

Tints of Green Leaf #52761A

Color information

#52761A (or 0x52761A) is unknown color: approx Green Leaf. HEX triplet: 52, 76 and 1A. RGB value is (82,118,26). Sum of RGB (Red+Green+Blue) = 82+118+26=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #52761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52761A is #AD89E5. Grayscale: #616161. Windows color (decimal): -11373030 or 1734226. OLE color: 1734226.

HSL color Cylindrical-coordinate representation of color #52761A: hue angle of 83.48º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52761A is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB8211826-
CMYK0.3100.780.54
HSL83.48º63.89%28.24%-
HSV(B)83.48º77.97%46.27%-
XYZ10.1414.833.3-
YUV96.7588.07117.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.28%
GREEN value IS 118 (46.48% from 255) = 52.21%
BLUE value IS 26 (10.55% from 255) = 11.50%
R=36.28%
G=52.21%
B=11.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118260.3100.780.5483.4863.8928.24
Hex52761A1F04E3653401c
Octal122166323701166612310034
Binary101001011101101101011111010011101101101010011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,118,26); }

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

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

 a { background-color: rgb(82,118,26); }

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

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

 span { border-color: rgb(82,118,26); }

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