#507345

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

Shades of Fern Green #507345

Tints of Fern Green #507345

Color information

#507345 (or 0x507345) is unknown color: approx Fern Green. HEX triplet: 50, 73 and 45. RGB value is (80,115,69). Sum of RGB (Red+Green+Blue) = 80+115+69=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #507345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507345 is #AF8CBA. Grayscale: #636363. Windows color (decimal): -11504827 or 4551504. OLE color: 4551504.

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

Color convert

RGB8011569-
CMYK0.3000.40.55
HSL105.65º25%36.08%-
HSV(B)105.65º40%45.1%-
XYZ10.5114.47.85-
YUV99.29110.9114.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 115 (45.31% from 255) = 43.56%
BLUE value IS 69 (27.34% from 255) = 26.14%
R=30.30%
G=43.56%
B=26.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115690.3000.40.55105.652536.08
Hex5073451E028376a1924
Octal12016310536050671523144
Binary101000011100111000101111100101000110111110101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507345; }

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

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

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

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

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

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

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

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