Html Css Color HEX #507749 Fern Green

📋 copy color: '#507749'

red 80 ◦ green 119 ◦ blue 73

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

Shades of Fern Green #507749

Tints of Fern Green #507749

RGB

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

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

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

R = 29.41%
G = 43.75%
B = 26.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#507749 (or 0x507749) is known color: Fern Green. HEX triplet: 50, 77 and 49. RGB value is (80,119,73). Sum of RGB (Red+Green+Blue) = 80+119+73=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #507749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507749 is #AF88B6. Grayscale: #666666. Windows color (decimal): -11503799 or 4814672. OLE color: 4814672.

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

Color convert

RGB 80 119 73 -
CMYK 0.33 0 0.39 0.53
HSL 110.87º 0.24% 0.38% -
HSV(B) 110.87º 0.39% 0.47% -
XYZ 11.11 15.38 8.69 -
YUV 102.1 111.58 112.24 -
System Red Green Blue C M Y K H S L
Decimal 80 119 73 0.33 0 0.39 0.53 110.87 0.24 0.38
Hex 50 77 49 21 0 27 35 6F 18 26
Octal 120 167 111 41 0 47 65 157 30 46
Binary 1010000 1110111 1001001 100001 0 100111 110101 1101111 11000 100110

Color Harmonies of #507749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507749

Black with #507749

Text Example


Text Example

White with #507749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507749; }

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

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

background-color css

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

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

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

border-color css

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

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

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