#507644

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

Shades of Fern Green #507644

Tints of Fern Green #507644

Color information

#507644 (or 0x507644) is unknown color: approx Fern Green. HEX triplet: 50, 76 and 44. RGB value is (80,118,68). Sum of RGB (Red+Green+Blue) = 80+118+68=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #507644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507644 is #AF89BB. Grayscale: #656565. Windows color (decimal): -11504060 or 4486736. OLE color: 4486736.

HSL color Cylindrical-coordinate representation of color #507644: hue angle of 105.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #507644 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB8011868-
CMYK0.3200.420.54
HSL105.6º26.88%36.47%-
HSV(B)105.6º42.37%46.27%-
XYZ10.8315.087.81-
YUV100.94109.41113.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 68 (26.95% from 255) = 25.56%
R=30.08%
G=44.36%
B=25.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118680.3200.420.54105.626.8836.47
Hex5076442002A366a1b24
Octal12016610440052661523344
Binary1010000111011010001001000000101010110110110101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507644; }

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

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

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

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

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

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

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

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