Html Css Color HEX #507F48 Fern Green

📋 copy color: '#507F48'

red 80 ◦ green 127 ◦ blue 72

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

Shades of Fern Green #507F48

Tints of Fern Green #507F48

RGB

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

 GREEN value IS 127 (50% from 255) = 45.52%

 BLUE value IS 72 (28.52% from 255) = 25.81%

R = 28.67%
G = 45.52%
B = 25.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#507F48 (or 0x507F48) is known color: Fern Green. HEX triplet: 50, 7F and 48. RGB value is (80,127,72). Sum of RGB (Red+Green+Blue) = 80+127+72=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 127 - color contains mainly: green. Hex color #507F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507F48 is #AF80B7. Grayscale: #6A6A6A. Windows color (decimal): -11501752 or 4751184. OLE color: 4751184.

HSL color Cylindrical-coordinate representation of color #507F48: hue angle of 111.27º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #507F48 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 127 72 -
CMYK 0.37 0 0.43 0.50
HSL 111.27º 0.28% 0.39% -
HSV(B) 111.27º 0.43% 0.5% -
XYZ 12.07 17.35 8.84 -
YUV 106.68 108.43 108.97 -
System Red Green Blue C M Y K H S L
Decimal 80 127 72 0.37 0 0.43 0.50 111.27 0.28 0.39
Hex 50 7F 48 25 0 2B 32 6F 1C 27
Octal 120 177 110 45 0 53 62 157 34 47
Binary 1010000 1111111 1001000 100101 0 101011 110010 1101111 11100 100111

Color Harmonies of #507F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507F48

Black with #507F48

Text Example


Text Example

White with #507F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507F48; }

 p { color: rgb(80,127,72); }

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

background-color css

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

 a { background-color: rgb(80,127,72); }

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

border-color css

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

 span { border-color: rgb(80,127,72); }

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