Html Css Color HEX #507040 Fern Green

📋 copy color: '#507040'

red 80 ◦ green 112 ◦ blue 64

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

Shades of Fern Green #507040

Tints of Fern Green #507040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25%

R = 31.25%
G = 43.75%
B = 25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#507040 (or 0x507040) is known color: Fern Green. HEX triplet: 50, 70 and 40. RGB value is (80,112,64). Sum of RGB (Red+Green+Blue) = 80+112+64=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #507040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507040 is #AF8FBF. Grayscale: #616161. Windows color (decimal): -11505600 or 4223056. OLE color: 4223056.

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

Color convert

RGB 80 112 64 -
CMYK 0.29 0 0.43 0.56
HSL 100º 0.27% 0.35% -
HSV(B) 100º 0.43% 0.44% -
XYZ 10.03 13.66 6.96 -
YUV 96.96 109.4 115.9 -
System Red Green Blue C M Y K H S L
Decimal 80 112 64 0.29 0 0.43 0.56 100 0.27 0.35
Hex 50 70 40 1D 0 2B 38 64 1B 23
Octal 120 160 100 35 0 53 70 144 33 43
Binary 1010000 1110000 1000000 11101 0 101011 111000 1100100 11011 100011

Color Harmonies of #507040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507040

Black with #507040

Text Example


Text Example

White with #507040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507040; }

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

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

background-color css

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

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

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

border-color css

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

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

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