Html Css Color HEX #507144 Fern Green

📋 copy color: '#507144'

red 80 ◦ green 113 ◦ blue 68

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

Shades of Fern Green #507144

Tints of Fern Green #507144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.3%

 BLUE value IS 68 (26.95% from 255) = 26.05%

R = 30.65%
G = 43.3%
B = 26.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#507144 (or 0x507144) is known color: Fern Green. HEX triplet: 50, 71 and 44. RGB value is (80,113,68). Sum of RGB (Red+Green+Blue) = 80+113+68=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #507144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507144 is #AF8EBB. Grayscale: #626262. Windows color (decimal): -11505340 or 4485456. OLE color: 4485456.

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

Color convert

RGB 80 113 68 -
CMYK 0.29 0 0.40 0.56
HSL 104º 0.25% 0.35% -
HSV(B) 104º 0.4% 0.44% -
XYZ 10.26 13.93 7.62 -
YUV 98 111.07 115.16 -
System Red Green Blue C M Y K H S L
Decimal 80 113 68 0.29 0 0.40 0.56 104 0.25 0.35
Hex 50 71 44 1D 0 28 38 68 19 23
Octal 120 161 104 35 0 50 70 150 31 43
Binary 1010000 1110001 1000100 11101 0 101000 111000 1101000 11001 100011

Color Harmonies of #507144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507144

Black with #507144

Text Example


Text Example

White with #507144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507144; }

 p { color: rgb(80,113,68); }

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

background-color css

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

 a { background-color: rgb(80,113,68); }

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

border-color css

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

 span { border-color: rgb(80,113,68); }

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