#527A19

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

Shades of Green Leaf #527A19

Tints of Green Leaf #527A19

Color information

#527A19 (or 0x527A19) is unknown color: approx Green Leaf. HEX triplet: 52, 7A and 19. RGB value is (82,122,25). Sum of RGB (Red+Green+Blue) = 82+122+25=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 122 (48.05% from 255 or 53.28% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 122 - color contains mainly: green. Hex color #527A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527A19 is #AD85E6. Grayscale: #636363. Windows color (decimal): -11372007 or 1669714. OLE color: 1669714.

HSL color Cylindrical-coordinate representation of color #527A19: hue angle of 84.74º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #527A19 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB8212225-
CMYK0.3300.800.52
HSL84.74º65.99%28.82%-
HSV(B)84.74º79.51%47.84%-
XYZ10.6115.783.41-
YUV98.9886.25115.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 122 (48.05% from 255) = 53.28%
BLUE value IS 25 (10.16% from 255) = 10.92%
R=35.81%
G=53.28%
B=10.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82122250.3300.800.5284.7465.9928.82
Hex527A19210503455421d
Octal122172314101206412510235
Binary1010010111101011001100001010100001101001010101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527A19; }

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

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

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

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

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

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

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

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