#527811

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

Shades of Green Leaf #527811

Tints of Green Leaf #527811

Color information

#527811 (or 0x527811) is unknown color: approx Green Leaf. HEX triplet: 52, 78 and 11. RGB value is (82,120,17). Sum of RGB (Red+Green+Blue) = 82+120+17=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #527811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527811 is #AD87EE. Grayscale: #616161. Windows color (decimal): -11372527 or 1144914. OLE color: 1144914.

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

Color convert

RGB8212017-
CMYK0.3200.860.53
HSL82.14º75.18%26.86%-
HSV(B)82.14º85.83%47.06%-
XYZ10.315.272.93-
YUV96.982.91117.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 120 (47.27% from 255) = 54.79%
BLUE value IS 17 (7.03% from 255) = 7.76%
R=37.44%
G=54.79%
B=7.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120170.3200.860.5382.1475.1826.86
Hex5278112005635524b1b
Octal122170214001266512211333
Binary1010010111100010001100000010101101101011010010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527811; }

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

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

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

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

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

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

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

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