Html Css Color HEX #508749 Fern Green

📋 copy color: '#508749'

red 80 ◦ green 135 ◦ blue 73

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

Shades of Fern Green #508749

Tints of Fern Green #508749

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.88%

 BLUE value IS 73 (28.91% from 255) = 25.35%

R = 27.78%
G = 46.88%
B = 25.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#508749 (or 0x508749) is known color: Fern Green. HEX triplet: 50, 87 and 49. RGB value is (80,135,73). Sum of RGB (Red+Green+Blue) = 80+135+73=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #508749 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508749 is #AF78B6. Grayscale: #6F6F6F. Windows color (decimal): -11499703 or 4818768. OLE color: 4818768.

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

Color convert

RGB 80 135 73 -
CMYK 0.41 0 0.46 0.47
HSL 113.23º 0.3% 0.41% -
HSV(B) 113.23º 0.46% 0.53% -
XYZ 13.17 19.51 9.38 -
YUV 111.49 106.28 105.54 -
System Red Green Blue C M Y K H S L
Decimal 80 135 73 0.41 0 0.46 0.47 113.23 0.3 0.41
Hex 50 87 49 29 0 2E 2F 71 1E 29
Octal 120 207 111 51 0 56 57 161 36 51
Binary 1010000 10000111 1001001 101001 0 101110 101111 1110001 11110 101001

Color Harmonies of #508749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508749

Black with #508749

Text Example


Text Example

White with #508749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508749; }

 p { color: rgb(80,135,73); }

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

background-color css

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

 a { background-color: rgb(80,135,73); }

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

border-color css

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

 span { border-color: rgb(80,135,73); }

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