#527526

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

Shades of Green Leaf #527526

Tints of Green Leaf #527526

Color information

#527526 (or 0x527526) is unknown color: approx Green Leaf. HEX triplet: 52, 75 and 26. RGB value is (82,117,38). Sum of RGB (Red+Green+Blue) = 82+117+38=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #527526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527526 is #AD8AD9. Grayscale: #616161. Windows color (decimal): -11373274 or 2520402. OLE color: 2520402.

HSL color Cylindrical-coordinate representation of color #527526: hue angle of 86.58º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #527526 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB8211738-
CMYK0.3000.680.54
HSL86.58º50.97%30.39%-
HSV(B)86.58º67.52%45.88%-
XYZ10.1914.664.13-
YUV97.5394.4116.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 38 (15.23% from 255) = 16.03%
R=34.60%
G=49.37%
B=16.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117380.3000.680.5486.5850.9730.39
Hex5275261E0443657331e
Octal12216546360104661276336
Binary101001011101011001101111001000100110110101011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527526; }

 p { color: rgb(82,117,38); }

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

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

 a { background-color: rgb(82,117,38); }

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

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

 span { border-color: rgb(82,117,38); }

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