#507142

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

Shades of Fern Green #507142

Tints of Fern Green #507142

Color information

#507142 (or 0x507142) is unknown color: approx Fern Green. HEX triplet: 50, 71 and 42. RGB value is (80,113,66). Sum of RGB (Red+Green+Blue) = 80+113+66=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #507142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507142 is #AF8EBD. Grayscale: #616161. Windows color (decimal): -11505342 or 4354384. OLE color: 4354384.

HSL color Cylindrical-coordinate representation of color #507142: hue angle of 102.13º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #507142 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB8011366-
CMYK0.2900.420.56
HSL102.13º26.26%35.1%-
HSV(B)102.13º41.59%44.31%-
XYZ10.213.917.3-
YUV97.78110.07115.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 113 (44.53% from 255) = 43.63%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=30.89%
G=43.63%
B=25.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113660.2900.420.56102.1326.2635.1
Hex5071421D02A38661a23
Octal12016110235052701463243
Binary101000011100011000010111010101010111000110011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507142; }

 p { color: rgb(80,113,66); }

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

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

 a { background-color: rgb(80,113,66); }

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

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

 span { border-color: rgb(80,113,66); }

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