#526A25

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

Shades of Green Leaf #526A25

Tints of Green Leaf #526A25

Color information

#526A25 (or 0x526A25) is unknown color: approx Green Leaf. HEX triplet: 52, 6A and 25. RGB value is (82,106,37). Sum of RGB (Red+Green+Blue) = 82+106+37=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 106 - color contains mainly: green. Hex color #526A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526A25 is #AD95DA. Grayscale: #5B5B5B. Windows color (decimal): -11376091 or 2452050. OLE color: 2452050.

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

Color convert

RGB8210637-
CMYK0.2300.650.58
HSL80.87º48.25%28.04%-
HSV(B)80.87º65.09%41.57%-
XYZ8.9712.243.64-
YUV90.9697.55121.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.44%
GREEN value IS 106 (41.80% from 255) = 47.11%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=36.44%
G=47.11%
B=16.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82106370.2300.650.5880.8748.2528.04
Hex526A25170413A51301c
Octal12215245270101721216034
Binary101001011010101001011011101000001111010101000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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