Html Css Color HEX #507740 Fern Green

📋 copy color: '#507740'

red 80 ◦ green 119 ◦ blue 64

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

Shades of Fern Green #507740

Tints of Fern Green #507740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.25%

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

R = 30.42%
G = 45.25%
B = 24.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#507740 (or 0x507740) is known color: Fern Green. HEX triplet: 50, 77 and 40. RGB value is (80,119,64). Sum of RGB (Red+Green+Blue) = 80+119+64=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #507740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507740 is #AF88BF. Grayscale: #656565. Windows color (decimal): -11503808 or 4224848. OLE color: 4224848.

HSL color Cylindrical-coordinate representation of color #507740: hue angle of 102.55º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #507740 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 64 -
CMYK 0.33 0 0.46 0.53
HSL 102.55º 0.3% 0.36% -
HSV(B) 102.55º 0.46% 0.47% -
XYZ 10.83 15.27 7.23 -
YUV 101.07 107.08 112.97 -
System Red Green Blue C M Y K H S L
Decimal 80 119 64 0.33 0 0.46 0.53 102.55 0.3 0.36
Hex 50 77 40 21 0 2E 35 67 1E 24
Octal 120 167 100 41 0 56 65 147 36 44
Binary 1010000 1110111 1000000 100001 0 101110 110101 1100111 11110 100100

Color Harmonies of #507740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507740

Black with #507740

Text Example


Text Example

White with #507740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507740; }

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

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

background-color css

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

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

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

border-color css

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

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

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