#517A1C

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

Shades of Green Leaf #517A1C

Tints of Green Leaf #517A1C

Color information

#517A1C (or 0x517A1C) is unknown color: approx Green Leaf. HEX triplet: 51, 7A and 1C. RGB value is (81,122,28). Sum of RGB (Red+Green+Blue) = 81+122+28=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #517A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517A1C is #AE85E3. Grayscale: #636363. Windows color (decimal): -11437540 or 1866321. OLE color: 1866321.

HSL color Cylindrical-coordinate representation of color #517A1C: hue angle of 86.17º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #517A1C is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB8112228-
CMYK0.3400.770.52
HSL86.17º62.67%29.41%-
HSV(B)86.17º77.05%47.84%-
XYZ10.5615.753.58-
YUV99.0287.92115.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 122 (48.05% from 255) = 52.81%
BLUE value IS 28 (11.33% from 255) = 12.12%
R=35.06%
G=52.81%
B=12.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81122280.3400.770.5286.1762.6729.41
Hex517A1C2204D34563f1d
Octal12117234420115641267735
Binary101000111110101110010001001001101110100101011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517A1C; }

 p { color: rgb(81,122,28); }

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

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

 a { background-color: rgb(81,122,28); }

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

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

 span { border-color: rgb(81,122,28); }

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