#507344

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

Shades of Fern Green #507344

Tints of Fern Green #507344

Color information

#507344 (or 0x507344) is unknown color: approx Fern Green. HEX triplet: 50, 73 and 44. RGB value is (80,115,68). Sum of RGB (Red+Green+Blue) = 80+115+68=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #507344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507344 is #AF8CBB. Grayscale: #636363. Windows color (decimal): -11504828 or 4485968. OLE color: 4485968.

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

Color convert

RGB8011568-
CMYK0.3000.410.55
HSL104.68º25.68%35.88%-
HSV(B)104.68º40.87%45.1%-
XYZ10.4814.387.69-
YUV99.18110.4114.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=30.42%
G=43.73%
B=25.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115680.3000.410.55104.6825.6835.88
Hex5073441E02937691a24
Octal12016310436051671513244
Binary101000011100111000100111100101001110111110100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507344; }

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

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

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

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

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

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

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

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