#527519

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

Shades of Green Leaf #527519

Tints of Green Leaf #527519

Color information

#527519 (or 0x527519) is unknown color: approx Green Leaf. HEX triplet: 52, 75 and 19. RGB value is (82,117,25). Sum of RGB (Red+Green+Blue) = 82+117+25=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #527519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527519 is #AD8AE6. Grayscale: #606060. Windows color (decimal): -11373287 or 1668434. OLE color: 1668434.

HSL color Cylindrical-coordinate representation of color #527519: hue angle of 82.83º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #527519 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB8211725-
CMYK0.3000.790.54
HSL82.83º64.79%27.84%-
HSV(B)82.83º78.63%45.88%-
XYZ10.0214.593.21-
YUV96.0587.9117.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 25 (10.16% from 255) = 11.16%
R=36.61%
G=52.23%
B=11.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117250.3000.790.5482.8364.7927.84
Hex5275191E04F3653411c
Octal122165313601176612310134
Binary101001011101011100111110010011111101101010011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527519; }

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

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

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

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

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

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

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

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