#526819

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

Shades of Green Leaf #526819

Tints of Green Leaf #526819

Color information

#526819 (or 0x526819) is unknown color: approx Green Leaf. HEX triplet: 52, 68 and 19. RGB value is (82,104,25). Sum of RGB (Red+Green+Blue) = 82+104+25=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #526819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526819 is #AD97E6. Grayscale: #585858. Windows color (decimal): -11376615 or 1665106. OLE color: 1665106.

HSL color Cylindrical-coordinate representation of color #526819: hue angle of 76.71º degrees, saturation: 0.61, 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 #526819 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB8210425-
CMYK0.2100.760.59
HSL76.71º61.24%25.29%-
HSV(B)76.71º75.96%40.78%-
XYZ8.6111.762.74-
YUV88.4292.21123.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 104 (41.02% from 255) = 49.29%
BLUE value IS 25 (10.16% from 255) = 11.85%
R=38.86%
G=49.29%
B=11.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104250.2100.760.5976.7161.2425.29
Hex5268191504C3B4d3d19
Octal12215031250114731157531
Binary10100101101000110011010101001100111011100110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526819; }

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

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

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

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

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

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

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

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