#507745

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

Shades of Fern Green #507745

Tints of Fern Green #507745

Color information

#507745 (or 0x507745) is unknown color: approx Fern Green. HEX triplet: 50, 77 and 45. RGB value is (80,119,69). Sum of RGB (Red+Green+Blue) = 80+119+69=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #507745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507745 is #AF88BA. Grayscale: #656565. Windows color (decimal): -11503803 or 4552528. OLE color: 4552528.

HSL color Cylindrical-coordinate representation of color #507745: hue angle of 106.8º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #507745 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB8011969-
CMYK0.3300.420.53
HSL106.8º26.6%36.86%-
HSV(B)106.8º42.02%46.67%-
XYZ10.9815.338.01-
YUV101.64109.58112.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=29.85%
G=44.40%
B=25.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119690.3300.420.53106.826.636.86
Hex5077452102A356b1b25
Octal12016710541052651533345
Binary1010000111011110001011000010101010110101110101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507745; }

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

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

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

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

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

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

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

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