#507748

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

Shades of Fern Green #507748

Tints of Fern Green #507748

Color information

#507748 (or 0x507748) is unknown color: approx Fern Green. HEX triplet: 50, 77 and 48. RGB value is (80,119,72). Sum of RGB (Red+Green+Blue) = 80+119+72=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #507748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507748 is #AF88B7. Grayscale: #666666. Windows color (decimal): -11503800 or 4749136. OLE color: 4749136.

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

Color convert

RGB8011972-
CMYK0.3300.390.53
HSL109.79º24.61%37.45%-
HSV(B)109.79º39.5%46.67%-
XYZ11.0715.378.51-
YUV101.98111.08112.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=29.52%
G=43.91%
B=26.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119720.3300.390.53109.7924.6137.45
Hex50774821027356e1925
Octal12016711041047651563145
Binary1010000111011110010001000010100111110101110111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507748; }

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

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

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

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

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

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

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

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