#527919

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

Shades of Green Leaf #527919

Tints of Green Leaf #527919

Color information

#527919 (or 0x527919) is unknown color: approx Green Leaf. HEX triplet: 52, 79 and 19. RGB value is (82,121,25). Sum of RGB (Red+Green+Blue) = 82+121+25=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #527919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527919 is #AD86E6. Grayscale: #626262. Windows color (decimal): -11372263 or 1669458. OLE color: 1669458.

HSL color Cylindrical-coordinate representation of color #527919: hue angle of 84.38º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #527919 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB8212125-
CMYK0.3200.790.53
HSL84.38º65.75%28.63%-
HSV(B)84.38º79.34%47.45%-
XYZ10.4915.543.37-
YUV98.486.58116.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 121 (47.66% from 255) = 53.07%
BLUE value IS 25 (10.16% from 255) = 10.96%
R=35.96%
G=53.07%
B=10.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82121250.3200.790.5384.3865.7528.63
Hex5279192004F3554421d
Octal122171314001176512410235
Binary1010010111100111001100000010011111101011010100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527919; }

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

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

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

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

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

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

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

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