#52791A

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

Shades of Green Leaf #52791A

Tints of Green Leaf #52791A

Color information

#52791A (or 0x52791A) is unknown color: approx Green Leaf. HEX triplet: 52, 79 and 1A. RGB value is (82,121,26). Sum of RGB (Red+Green+Blue) = 82+121+26=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #52791A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52791A is #AD86E5. Grayscale: #626262. Windows color (decimal): -11372262 or 1734994. OLE color: 1734994.

HSL color Cylindrical-coordinate representation of color #52791A: hue angle of 84.63º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52791A is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB8212126-
CMYK0.3200.790.53
HSL84.63º64.63%28.82%-
HSV(B)84.63º78.51%47.45%-
XYZ10.515.543.42-
YUV98.5187.08116.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 121 (47.66% from 255) = 52.84%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=35.81%
G=52.84%
B=11.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82121260.3200.790.5384.6364.6328.82
Hex52791A2004F3555411d
Octal122171324001176512510135
Binary1010010111100111010100000010011111101011010101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52791A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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