#507143

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

Shades of Fern Green #507143

Tints of Fern Green #507143

Color information

#507143 (or 0x507143) is unknown color: approx Fern Green. HEX triplet: 50, 71 and 43. RGB value is (80,113,67). Sum of RGB (Red+Green+Blue) = 80+113+67=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #507143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507143 is #AF8EBC. Grayscale: #626262. Windows color (decimal): -11505341 or 4419920. OLE color: 4419920.

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

Color convert

RGB8011367-
CMYK0.2900.410.56
HSL103.04º25.56%35.29%-
HSV(B)103.04º40.71%44.31%-
XYZ10.2313.927.46-
YUV97.89110.57115.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.77%
GREEN value IS 113 (44.53% from 255) = 43.46%
BLUE value IS 67 (26.56% from 255) = 25.77%
R=30.77%
G=43.46%
B=25.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113670.2900.410.56103.0425.5635.29
Hex5071431D02938671a23
Octal12016110335051701473243
Binary101000011100011000011111010101001111000110011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507143; }

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

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

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

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

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

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

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

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