Html Css Color HEX #507044 Fern Green

📋 copy color: '#507044'

red 80 ◦ green 112 ◦ blue 68

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

Shades of Fern Green #507044

Tints of Fern Green #507044

RGB

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

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

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

R = 30.77%
G = 43.08%
B = 26.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#507044 (or 0x507044) is known color: Fern Green. HEX triplet: 50, 70 and 44. RGB value is (80,112,68). Sum of RGB (Red+Green+Blue) = 80+112+68=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #507044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507044 is #AF8FBB. Grayscale: #616161. Windows color (decimal): -11505596 or 4485200. OLE color: 4485200.

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

Color convert

RGB 80 112 68 -
CMYK 0.29 0 0.39 0.56
HSL 103.64º 0.24% 0.35% -
HSV(B) 103.64º 0.39% 0.44% -
XYZ 10.15 13.71 7.58 -
YUV 97.42 111.4 115.58 -
System Red Green Blue C M Y K H S L
Decimal 80 112 68 0.29 0 0.39 0.56 103.64 0.24 0.35
Hex 50 70 44 1D 0 27 38 68 18 23
Octal 120 160 104 35 0 47 70 150 30 43
Binary 1010000 1110000 1000100 11101 0 100111 111000 1101000 11000 100011

Color Harmonies of #507044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507044

Black with #507044

Text Example


Text Example

White with #507044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507044; }

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

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

background-color css

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

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

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

border-color css

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

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

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