Html Css Color HEX #507747 Fern Green

📋 copy color: '#507747'

red 80 ◦ green 119 ◦ blue 71

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

Shades of Fern Green #507747

Tints of Fern Green #507747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.3%

R = 29.63%
G = 44.07%
B = 26.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#507747 (or 0x507747) is known color: Fern Green. HEX triplet: 50, 77 and 47. RGB value is (80,119,71). Sum of RGB (Red+Green+Blue) = 80+119+71=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #507747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507747 is #AF88B8. Grayscale: #666666. Windows color (decimal): -11503801 or 4683600. OLE color: 4683600.

HSL color Cylindrical-coordinate representation of color #507747: hue angle of 108.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507747 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 71 -
CMYK 0.33 0 0.40 0.53
HSL 108.75º 0.25% 0.37% -
HSV(B) 108.75º 0.4% 0.47% -
XYZ 11.04 15.35 8.34 -
YUV 101.87 110.58 112.4 -
System Red Green Blue C M Y K H S L
Decimal 80 119 71 0.33 0 0.40 0.53 108.75 0.25 0.37
Hex 50 77 47 21 0 28 35 6D 19 25
Octal 120 167 107 41 0 50 65 155 31 45
Binary 1010000 1110111 1000111 100001 0 101000 110101 1101101 11001 100101

Color Harmonies of #507747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507747

Black with #507747

Text Example


Text Example

White with #507747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507747; }

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

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

background-color css

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

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

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

border-color css

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

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

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