#507741

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

Shades of Fern Green #507741

Tints of Fern Green #507741

Color information

#507741 (or 0x507741) is unknown color: approx Fern Green. HEX triplet: 50, 77 and 41. RGB value is (80,119,65). Sum of RGB (Red+Green+Blue) = 80+119+65=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #507741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507741 is #AF88BE. Grayscale: #656565. Windows color (decimal): -11503807 or 4290384. OLE color: 4290384.

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

Color convert

RGB8011965-
CMYK0.3300.450.53
HSL103.33º29.35%36.08%-
HSV(B)103.33º45.38%46.67%-
XYZ10.8615.287.38-
YUV101.18107.58112.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 119 (46.88% from 255) = 45.08%
BLUE value IS 65 (25.78% from 255) = 24.62%
R=30.30%
G=45.08%
B=24.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119650.3300.450.53103.3329.3536.08
Hex5077412102D35671d24
Octal12016710141055651473544
Binary1010000111011110000011000010101101110101110011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507741; }

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

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

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

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

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

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

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

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