Html Css Color HEX #507448 Fern Green

📋 copy color: '#507448'

red 80 ◦ green 116 ◦ blue 72

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

Shades of Fern Green #507448

Tints of Fern Green #507448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.28%

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

R = 29.85%
G = 43.28%
B = 26.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#507448 (or 0x507448) is known color: Fern Green. HEX triplet: 50, 74 and 48. RGB value is (80,116,72). Sum of RGB (Red+Green+Blue) = 80+116+72=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #507448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507448 is #AF8BB7. Grayscale: #646464. Windows color (decimal): -11504568 or 4748368. OLE color: 4748368.

HSL color Cylindrical-coordinate representation of color #507448: hue angle of 109.09º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #507448 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 72 -
CMYK 0.31 0 0.38 0.55
HSL 109.09º 0.23% 0.37% -
HSV(B) 109.09º 0.38% 0.45% -
XYZ 10.72 14.66 8.4 -
YUV 100.22 112.07 113.58 -
System Red Green Blue C M Y K H S L
Decimal 80 116 72 0.31 0 0.38 0.55 109.09 0.23 0.37
Hex 50 74 48 1F 0 26 37 6D 17 25
Octal 120 164 110 37 0 46 67 155 27 45
Binary 1010000 1110100 1001000 11111 0 100110 110111 1101101 10111 100101

Color Harmonies of #507448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507448

Black with #507448

Text Example


Text Example

White with #507448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507448; }

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

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

background-color css

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

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

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

border-color css

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

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

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