#526A1F

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

Shades of Green Leaf #526A1F

Tints of Green Leaf #526A1F

Color information

#526A1F (or 0x526A1F) is unknown color: approx Green Leaf. HEX triplet: 52, 6A and 1F. RGB value is (82,106,31). Sum of RGB (Red+Green+Blue) = 82+106+31=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #526A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526A1F is #AD95E0. Grayscale: #5A5A5A. Windows color (decimal): -11376097 or 2058834. OLE color: 2058834.

HSL color Cylindrical-coordinate representation of color #526A1F: hue angle of 79.2º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #526A1F is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB8210631-
CMYK0.2300.710.58
HSL79.2º54.74%26.86%-
HSV(B)79.2º70.75%41.57%-
XYZ8.8812.23.18-
YUV90.2794.55122.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 106 (41.80% from 255) = 48.40%
BLUE value IS 31 (12.5% from 255) = 14.16%
R=37.44%
G=48.40%
B=14.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82106310.2300.710.5879.254.7426.86
Hex526A1F170473A4f371b
Octal12215237270107721176733
Binary10100101101010111111011101000111111010100111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526A1F; }

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

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

<style>
 a { background-color: #526A1F; }

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

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

<style>
 span { border-color: #526A1F; }

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

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