Html Css Color HEX #507D48 Fern Green

📋 copy color: '#507D48'

red 80 ◦ green 125 ◦ blue 72

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

Shades of Fern Green #507D48

Tints of Fern Green #507D48

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.13%

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

R = 28.88%
G = 45.13%
B = 25.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#507D48 (or 0x507D48) is known color: Fern Green. HEX triplet: 50, 7D and 48. RGB value is (80,125,72). Sum of RGB (Red+Green+Blue) = 80+125+72=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #507D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507D48 is #AF82B7. Grayscale: #696969. Windows color (decimal): -11502264 or 4750672. OLE color: 4750672.

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

Color convert

RGB 80 125 72 -
CMYK 0.36 0 0.42 0.51
HSL 110.94º 0.27% 0.39% -
HSV(B) 110.94º 0.42% 0.49% -
XYZ 11.81 16.84 8.76 -
YUV 105.5 109.09 109.81 -
System Red Green Blue C M Y K H S L
Decimal 80 125 72 0.36 0 0.42 0.51 110.94 0.27 0.39
Hex 50 7D 48 24 0 2A 33 6F 1B 27
Octal 120 175 110 44 0 52 63 157 33 47
Binary 1010000 1111101 1001000 100100 0 101010 110011 1101111 11011 100111

Color Harmonies of #507D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507D48

Black with #507D48

Text Example


Text Example

White with #507D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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