#507349

Color #507349 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #507349

Tints of Fern Green #507349

Color information

#507349 (or 0x507349) is unknown color: approx Fern Green. HEX triplet: 50, 73 and 49. RGB value is (80,115,73). Sum of RGB (Red+Green+Blue) = 80+115+73=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #507349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507349 is #AF8CB6. Grayscale: #636363. Windows color (decimal): -11504823 or 4813648. OLE color: 4813648.

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

Color convert

RGB8011573-
CMYK0.3000.370.55
HSL110º22.34%36.86%-
HSV(B)110º36.52%45.1%-
XYZ10.6414.458.53-
YUV99.75112.9113.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 115 (45.31% from 255) = 42.91%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=29.85%
G=42.91%
B=27.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115730.3000.370.5511022.3436.86
Hex5073491E025376e1625
Octal12016311136045671562645
Binary101000011100111001001111100100101110111110111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507349; }

 p { color: rgb(80,115,73); }

 H1.HeaderClassName
 {
   color: #507349;
 }
 .AnyTagClassName
 {
   color: #507349;
 }
</style>
background-color css

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

 a { background-color: rgb(80,115,73); }

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

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

 span { border-color: rgb(80,115,73); }

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