Html Css Color HEX #517D3D Fern Green

📋 copy color: '#517D3D'

red 81 ◦ green 125 ◦ blue 61

#517D3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #517D3D

Tints of Fern Green #517D3D

RGB

 RED value IS 81 (32.03% from 255) = 30.34%

 GREEN value IS 125 (49.22% from 255) = 46.82%

 BLUE value IS 61 (24.22% from 255) = 22.85%

R = 30.34%
G = 46.82%
B = 22.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#517D3D (or 0x517D3D) is known color: Fern Green. HEX triplet: 51, 7D and 3D. RGB value is (81,125,61). Sum of RGB (Red+Green+Blue) = 81+125+61=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #517D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517D3D is #AE82C2. Grayscale: #686868. Windows color (decimal): -11436739 or 4029777. OLE color: 4029777.

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

Color convert

RGB 81 125 61 -
CMYK 0.35 0 0.51 0.51
HSL 101.25º 0.34% 0.36% -
HSV(B) 101.25º 0.51% 0.49% -
XYZ 11.57 16.75 7.04 -
YUV 104.55 103.42 111.2 -
System Red Green Blue C M Y K H S L
Decimal 81 125 61 0.35 0 0.51 0.51 101.25 0.34 0.36
Hex 51 7D 3D 23 0 33 33 65 22 24
Octal 121 175 75 43 0 63 63 145 42 44
Binary 1010001 1111101 111101 100011 0 110011 110011 1100101 100010 100100

Color Harmonies of #517D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517D3D

Black with #517D3D

Text Example


Text Example

White with #517D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,125,61); }

 H1.HeaderClassName
 {
   color: #517D3D;
 }
 .AnyTagClassName
 {
   color: #517D3D;
 }
</style>

background-color css

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

 a { background-color: rgb(81,125,61); }

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

border-color css

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

 span { border-color: rgb(81,125,61); }

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