#517E4B

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

Shades of Fern Green #517E4B

Tints of Fern Green #517E4B

Color information

#517E4B (or 0x517E4B) is unknown color: approx Fern Green. HEX triplet: 51, 7E and 4B. RGB value is (81,126,75). Sum of RGB (Red+Green+Blue) = 81+126+75=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 126 - color contains mainly: green. Hex color #517E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517E4B is #AE81B4. Grayscale: #6A6A6A. Windows color (decimal): -11436469 or 4947537. OLE color: 4947537.

HSL color Cylindrical-coordinate representation of color #517E4B: hue angle of 112.94º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #517E4B is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB8112675-
CMYK0.3600.400.51
HSL112.94º25.37%39.41%-
HSV(B)112.94º40.48%49.41%-
XYZ12.1217.189.33-
YUV106.73110.09109.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.72%
GREEN value IS 126 (49.61% from 255) = 44.68%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=28.72%
G=44.68%
B=26.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81126750.3600.400.51112.9425.3739.41
Hex517E4B2402833711927
Octal12117611344050631613147
Binary1010001111111010010111001000101000110011111000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,126,75); }

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

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

 a { background-color: rgb(81,126,75); }

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

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

 span { border-color: rgb(81,126,75); }

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