#527819

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

Shades of Green Leaf #527819

Tints of Green Leaf #527819

Color information

#527819 (or 0x527819) is unknown color: approx Green Leaf. HEX triplet: 52, 78 and 19. RGB value is (82,120,25). Sum of RGB (Red+Green+Blue) = 82+120+25=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #527819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527819 is #AD87E6. Grayscale: #626262. Windows color (decimal): -11372519 or 1669202. OLE color: 1669202.

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

Color convert

RGB8212025-
CMYK0.3200.790.53
HSL84º65.52%28.43%-
HSV(B)84º79.17%47.06%-
XYZ10.3715.33.33-
YUV97.8186.91116.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 120 (47.27% from 255) = 52.86%
BLUE value IS 25 (10.16% from 255) = 11.01%
R=36.12%
G=52.86%
B=11.01%

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
Decimal82120250.3200.790.538465.5228.43
Hex5278192004F3554421c
Octal122170314001176512410234
Binary1010010111100011001100000010011111101011010100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527819; }

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

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

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

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

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

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

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

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