#526919

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

Shades of Green Leaf #526919

Tints of Green Leaf #526919

Color information

#526919 (or 0x526919) is unknown color: approx Green Leaf. HEX triplet: 52, 69 and 19. RGB value is (82,105,25). Sum of RGB (Red+Green+Blue) = 82+105+25=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #526919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526919 is #AD96E6. Grayscale: #595959. Windows color (decimal): -11376359 or 1665362. OLE color: 1665362.

HSL color Cylindrical-coordinate representation of color #526919: hue angle of 77.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #526919 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB8210525-
CMYK0.2200.760.59
HSL77.25º61.54%25.49%-
HSV(B)77.25º76.19%41.18%-
XYZ8.7111.972.77-
YUV8991.88123-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 105 (41.41% from 255) = 49.53%
BLUE value IS 25 (10.16% from 255) = 11.79%
R=38.68%
G=49.53%
B=11.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105250.2200.760.5977.2561.5425.49
Hex5269191604C3B4d3e19
Octal12215131260114731157631
Binary10100101101001110011011001001100111011100110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526919; }

 p { color: rgb(82,105,25); }

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

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

 a { background-color: rgb(82,105,25); }

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

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

 span { border-color: rgb(82,105,25); }

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