#527C11

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

Shades of Green Leaf #527C11

Tints of Green Leaf #527C11

Color information

#527C11 (or 0x527C11) is unknown color: approx Green Leaf. HEX triplet: 52, 7C and 11. RGB value is (82,124,17). Sum of RGB (Red+Green+Blue) = 82+124+17=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #527C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527C11 is #AD83EE. Grayscale: #636363. Windows color (decimal): -11371503 or 1145938. OLE color: 1145938.

HSL color Cylindrical-coordinate representation of color #527C11: hue angle of 83.55º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #527C11 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB8212417-
CMYK0.3400.860.51
HSL83.55º75.89%27.65%-
HSV(B)83.55º86.29%48.63%-
XYZ10.7916.253.1-
YUV99.2481.59115.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 124 (48.83% from 255) = 55.61%
BLUE value IS 17 (7.03% from 255) = 7.62%
R=36.77%
G=55.61%
B=7.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82124170.3400.860.5183.5575.8927.65
Hex527C112205633544c1c
Octal122174214201266312411434
Binary1010010111110010001100010010101101100111010100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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