Html Css Color HEX #507944 Fern Green

📋 copy color: '#507944'

red 80 ◦ green 121 ◦ blue 68

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

Shades of Fern Green #507944

Tints of Fern Green #507944

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.98%

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

R = 29.74%
G = 44.98%
B = 25.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#507944 (or 0x507944) is known color: Fern Green. HEX triplet: 50, 79 and 44. RGB value is (80,121,68). Sum of RGB (Red+Green+Blue) = 80+121+68=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #507944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507944 is #AF86BB. Grayscale: #666666. Windows color (decimal): -11503292 or 4487504. OLE color: 4487504.

HSL color Cylindrical-coordinate representation of color #507944: hue angle of 106.42º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #507944 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 121 68 -
CMYK 0.34 0 0.44 0.53
HSL 106.42º 0.28% 0.37% -
HSV(B) 106.42º 0.44% 0.47% -
XYZ 11.19 15.8 7.93 -
YUV 102.7 108.42 111.81 -
System Red Green Blue C M Y K H S L
Decimal 80 121 68 0.34 0 0.44 0.53 106.42 0.28 0.37
Hex 50 79 44 22 0 2C 35 6A 1C 25
Octal 120 171 104 42 0 54 65 152 34 45
Binary 1010000 1111001 1000100 100010 0 101100 110101 1101010 11100 100101

Color Harmonies of #507944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507944

Black with #507944

Text Example


Text Example

White with #507944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507944; }

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

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

background-color css

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

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

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

border-color css

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

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

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