Html Css Color HEX #508C46 Fern Green

📋 copy color: '#508C46'

red 80 ◦ green 140 ◦ blue 70

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

Shades of Fern Green #508C46

Tints of Fern Green #508C46

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.28%

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

R = 27.59%
G = 48.28%
B = 24.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#508C46 (or 0x508C46) is known color: Fern Green. HEX triplet: 50, 8C and 46. RGB value is (80,140,70). Sum of RGB (Red+Green+Blue) = 80+140+70=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #508C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508C46 is #AF73B9. Grayscale: #727272. Windows color (decimal): -11498426 or 4623440. OLE color: 4623440.

HSL color Cylindrical-coordinate representation of color #508C46: hue angle of 111.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #508C46 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 140 70 -
CMYK 0.43 0 0.50 0.45
HSL 111.43º 0.33% 0.41% -
HSV(B) 111.43º 0.5% 0.55% -
XYZ 13.79 20.9 9.1 -
YUV 114.08 103.12 103.69 -
System Red Green Blue C M Y K H S L
Decimal 80 140 70 0.43 0 0.50 0.45 111.43 0.33 0.41
Hex 50 8C 46 2B 0 32 2D 6F 21 29
Octal 120 214 106 53 0 62 55 157 41 51
Binary 1010000 10001100 1000110 101011 0 110010 101101 1101111 100001 101001

Color Harmonies of #508C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508C46

Black with #508C46

Text Example


Text Example

White with #508C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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