Html Css Color HEX #508246 Fern Green

📋 copy color: '#508246'

red 80 ◦ green 130 ◦ blue 70

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

Shades of Fern Green #508246

Tints of Fern Green #508246

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.43%

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

R = 28.57%
G = 46.43%
B = 25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#508246 (or 0x508246) is known color: Fern Green. HEX triplet: 50, 82 and 46. RGB value is (80,130,70). Sum of RGB (Red+Green+Blue) = 80+130+70=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #508246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508246 is #AF7DB9. Grayscale: #6C6C6C. Windows color (decimal): -11500986 or 4620880. OLE color: 4620880.

HSL color Cylindrical-coordinate representation of color #508246: hue angle of 110º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #508246 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 70 -
CMYK 0.38 0 0.46 0.49
HSL 110º 0.3% 0.39% -
HSV(B) 110º 0.46% 0.51% -
XYZ 12.4 18.11 8.64 -
YUV 108.21 106.44 107.88 -
System Red Green Blue C M Y K H S L
Decimal 80 130 70 0.38 0 0.46 0.49 110 0.3 0.39
Hex 50 82 46 26 0 2E 31 6E 1E 27
Octal 120 202 106 46 0 56 61 156 36 47
Binary 1010000 10000010 1000110 100110 0 101110 110001 1101110 11110 100111

Color Harmonies of #508246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508246

Black with #508246

Text Example


Text Example

White with #508246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508246; }

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

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

background-color css

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

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

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

border-color css

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

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

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