#507341

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

Shades of Fern Green #507341

Tints of Fern Green #507341

Color information

#507341 (or 0x507341) is unknown color: approx Fern Green. HEX triplet: 50, 73 and 41. RGB value is (80,115,65). Sum of RGB (Red+Green+Blue) = 80+115+65=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #507341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507341 is #AF8CBE. Grayscale: #636363. Windows color (decimal): -11504831 or 4289360. OLE color: 4289360.

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

Color convert

RGB8011565-
CMYK0.3000.430.55
HSL102º27.78%35.29%-
HSV(B)102º43.48%45.1%-
XYZ10.3914.357.22-
YUV98.84108.9114.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.77%
GREEN value IS 115 (45.31% from 255) = 44.23%
BLUE value IS 65 (25.78% from 255) = 25%
R=30.77%
G=44.23%
B=25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115650.3000.430.5510227.7835.29
Hex5073411E02B37661c23
Octal12016310136053671463443
Binary101000011100111000001111100101011110111110011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507341; }

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

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

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

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

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

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

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

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