#527715

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

Shades of Green Leaf #527715

Tints of Green Leaf #527715

Color information

#527715 (or 0x527715) is unknown color: approx Green Leaf. HEX triplet: 52, 77 and 15. RGB value is (82,119,21). Sum of RGB (Red+Green+Blue) = 82+119+21=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #527715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527715 is #AD88EA. Grayscale: #616161. Windows color (decimal): -11372779 or 1406802. OLE color: 1406802.

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

Color convert

RGB8211921-
CMYK0.3100.820.53
HSL82.65º70%27.45%-
HSV(B)82.65º82.35%46.67%-
XYZ10.2115.043.07-
YUV96.7685.24117.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 119 (46.88% from 255) = 53.60%
BLUE value IS 21 (8.59% from 255) = 9.46%
R=36.94%
G=53.60%
B=9.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119210.3100.820.5382.657027.45
Hex5277151F0523553461b
Octal122167253701226512310633
Binary101001011101111010111111010100101101011010011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527715; }

 p { color: rgb(82,119,21); }

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

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

 a { background-color: rgb(82,119,21); }

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

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

 span { border-color: rgb(82,119,21); }

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