Html Css Color HEX #508046 Fern Green

📋 copy color: '#508046'

red 80 ◦ green 128 ◦ blue 70

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

Shades of Fern Green #508046

Tints of Fern Green #508046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.04%

 BLUE value IS 70 (27.73% from 255) = 25.18%

R = 28.78%
G = 46.04%
B = 25.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#508046 (or 0x508046) is known color: Fern Green. HEX triplet: 50, 80 and 46. RGB value is (80,128,70). Sum of RGB (Red+Green+Blue) = 80+128+70=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #508046 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508046 is #AF7FB9. Grayscale: #6B6B6B. Windows color (decimal): -11501498 or 4620368. OLE color: 4620368.

HSL color Cylindrical-coordinate representation of color #508046: hue angle of 109.66º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #508046 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 128 70 -
CMYK 0.38 0 0.45 0.50
HSL 109.66º 0.29% 0.39% -
HSV(B) 109.66º 0.45% 0.5% -
XYZ 12.13 17.59 8.55 -
YUV 107.04 107.1 108.72 -
System Red Green Blue C M Y K H S L
Decimal 80 128 70 0.38 0 0.45 0.50 109.66 0.29 0.39
Hex 50 80 46 26 0 2D 32 6E 1D 27
Octal 120 200 106 46 0 55 62 156 35 47
Binary 1010000 10000000 1000110 100110 0 101101 110010 1101110 11101 100111

Color Harmonies of #508046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508046

Black with #508046

Text Example


Text Example

White with #508046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508046; }

 p { color: rgb(80,128,70); }

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

background-color css

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

 a { background-color: rgb(80,128,70); }

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

border-color css

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

 span { border-color: rgb(80,128,70); }

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