Html Css Color HEX #507C48 Fern Green

📋 copy color: '#507C48'

red 80 ◦ green 124 ◦ blue 72

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

Shades of Fern Green #507C48

Tints of Fern Green #507C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.93%

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

R = 28.99%
G = 44.93%
B = 26.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#507C48 (or 0x507C48) is known color: Fern Green. HEX triplet: 50, 7C and 48. RGB value is (80,124,72). Sum of RGB (Red+Green+Blue) = 80+124+72=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #507C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507C48 is #AF83B7. Grayscale: #696969. Windows color (decimal): -11502520 or 4750416. OLE color: 4750416.

HSL color Cylindrical-coordinate representation of color #507C48: hue angle of 110.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #507C48 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 124 72 -
CMYK 0.35 0 0.42 0.51
HSL 110.77º 0.27% 0.38% -
HSV(B) 110.77º 0.42% 0.49% -
XYZ 11.69 16.59 8.72 -
YUV 104.92 109.42 110.23 -
System Red Green Blue C M Y K H S L
Decimal 80 124 72 0.35 0 0.42 0.51 110.77 0.27 0.38
Hex 50 7C 48 23 0 2A 33 6F 1B 26
Octal 120 174 110 43 0 52 63 157 33 46
Binary 1010000 1111100 1001000 100011 0 101010 110011 1101111 11011 100110

Color Harmonies of #507C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C48

Black with #507C48

Text Example


Text Example

White with #507C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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