Html Css Color HEX #507041 Fern Green

📋 copy color: '#507041'

red 80 ◦ green 112 ◦ blue 65

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

Shades of Fern Green #507041

Tints of Fern Green #507041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.58%

 BLUE value IS 65 (25.78% from 255) = 25.29%

R = 31.13%
G = 43.58%
B = 25.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#507041 (or 0x507041) is known color: Fern Green. HEX triplet: 50, 70 and 41. RGB value is (80,112,65). Sum of RGB (Red+Green+Blue) = 80+112+65=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #507041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507041 is #AF8FBE. Grayscale: #616161. Windows color (decimal): -11505599 or 4288592. OLE color: 4288592.

HSL color Cylindrical-coordinate representation of color #507041: hue angle of 100.85º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #507041 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 65 -
CMYK 0.29 0 0.42 0.56
HSL 100.85º 0.27% 0.35% -
HSV(B) 100.85º 0.42% 0.44% -
XYZ 10.06 13.68 7.11 -
YUV 97.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 80 112 65 0.29 0 0.42 0.56 100.85 0.27 0.35
Hex 50 70 41 1D 0 2A 38 65 1B 23
Octal 120 160 101 35 0 52 70 145 33 43
Binary 1010000 1110000 1000001 11101 0 101010 111000 1100101 11011 100011

Color Harmonies of #507041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507041

Black with #507041

Text Example


Text Example

White with #507041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507041; }

 p { color: rgb(80,112,65); }

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

background-color css

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

 a { background-color: rgb(80,112,65); }

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

border-color css

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

 span { border-color: rgb(80,112,65); }

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