#527618

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

Shades of Green Leaf #527618

Tints of Green Leaf #527618

Color information

#527618 (or 0x527618) is unknown color: approx Green Leaf. HEX triplet: 52, 76 and 18. RGB value is (82,118,24). Sum of RGB (Red+Green+Blue) = 82+118+24=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #527618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527618 is #AD89E7. Grayscale: #606060. Windows color (decimal): -11373032 or 1603154. OLE color: 1603154.

HSL color Cylindrical-coordinate representation of color #527618: hue angle of 82.98º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #527618 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB8211824-
CMYK0.3100.800.54
HSL82.98º66.2%27.84%-
HSV(B)82.98º79.66%46.27%-
XYZ10.1214.823.19-
YUV96.5287.07117.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 118 (46.48% from 255) = 52.68%
BLUE value IS 24 (9.77% from 255) = 10.71%
R=36.61%
G=52.68%
B=10.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118240.3100.800.5482.9866.227.84
Hex5276181F0503653421c
Octal122166303701206612310234
Binary101001011101101100011111010100001101101010011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527618; }

 p { color: rgb(82,118,24); }

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

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

 a { background-color: rgb(82,118,24); }

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

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

 span { border-color: rgb(82,118,24); }

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