#517530

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

Shades of Green Leaf #517530

Tints of Green Leaf #517530

Color information

#517530 (or 0x517530) is unknown color: approx Green Leaf. HEX triplet: 51, 75 and 30. RGB value is (81,117,48). Sum of RGB (Red+Green+Blue) = 81+117+48=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #517530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517530 is #AE8ACF. Grayscale: #626262. Windows color (decimal): -11438800 or 3175761. OLE color: 3175761.

HSL color Cylindrical-coordinate representation of color #517530: hue angle of 91.3º 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 #517530 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB8111748-
CMYK0.3100.590.54
HSL91.3º41.82%32.35%-
HSV(B)91.3º58.97%45.88%-
XYZ10.2914.695.09-
YUV98.3799.57115.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 117 (46.09% from 255) = 47.56%
BLUE value IS 48 (19.14% from 255) = 19.51%
R=32.93%
G=47.56%
B=19.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81117480.3100.590.5491.341.8232.35
Hex5175301F03B365b2a20
Octal1211656037073661335240
Binary101000111101011100001111101110111101101011011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517530; }

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

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

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

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

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

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

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

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