#527530

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

Shades of Green Leaf #527530

Tints of Green Leaf #527530

Color information

#527530 (or 0x527530) is unknown color: approx Green Leaf. HEX triplet: 52, 75 and 30. RGB value is (82,117,48). Sum of RGB (Red+Green+Blue) = 82+117+48=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #527530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527530 is #AD8ACF. Grayscale: #626262. Windows color (decimal): -11373264 or 3175762. OLE color: 3175762.

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

Color convert

RGB8211748-
CMYK0.3000.590.54
HSL90.43º41.82%32.35%-
HSV(B)90.43º58.97%45.88%-
XYZ10.3714.735.09-
YUV98.6799.4116.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 48 (19.14% from 255) = 19.43%
R=33.20%
G=47.37%
B=19.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117480.3000.590.5490.4341.8232.35
Hex5275301E03B365a2a20
Octal1221656036073661325240
Binary101001011101011100001111001110111101101011010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527530; }

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

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

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

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

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

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

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

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