Html Css Color HEX #507D3F Fern Green

📋 copy color: '#507D3F'

red 80 ◦ green 125 ◦ blue 63

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

Shades of Fern Green #507D3F

Tints of Fern Green #507D3F

RGB

 RED value IS 80 (31.64% from 255) = 29.85%

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

 BLUE value IS 63 (25% from 255) = 23.51%

R = 29.85%
G = 46.64%
B = 23.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#507D3F (or 0x507D3F) is known color: Fern Green. HEX triplet: 50, 7D and 3F. RGB value is (80,125,63). Sum of RGB (Red+Green+Blue) = 80+125+63=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 125 - color contains mainly: green. Hex color #507D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507D3F is #AF82C0. Grayscale: #686868. Windows color (decimal): -11502273 or 4160848. OLE color: 4160848.

HSL color Cylindrical-coordinate representation of color #507D3F: hue angle of 103.55º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #507D3F is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 125 63 -
CMYK 0.36 0 0.50 0.51
HSL 103.55º 0.33% 0.37% -
HSV(B) 103.55º 0.5% 0.49% -
XYZ 11.54 16.73 7.32 -
YUV 104.48 104.59 110.54 -
System Red Green Blue C M Y K H S L
Decimal 80 125 63 0.36 0 0.50 0.51 103.55 0.33 0.37
Hex 50 7D 3F 24 0 32 33 68 21 25
Octal 120 175 77 44 0 62 63 150 41 45
Binary 1010000 1111101 111111 100100 0 110010 110011 1101000 100001 100101

Color Harmonies of #507D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507D3F

Black with #507D3F

Text Example


Text Example

White with #507D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507D3F; }

 p { color: rgb(80,125,63); }

 H1.HeaderClassName
 {
   color: #507D3F;
 }
 .AnyTagClassName
 {
   color: #507D3F;
 }
</style>

background-color css

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

 a { background-color: rgb(80,125,63); }

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

border-color css

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

 span { border-color: rgb(80,125,63); }

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