#507838

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

Shades of Fern Green #507838

Tints of Fern Green #507838

Color information

#507838 (or 0x507838) is unknown color: approx Fern Green. HEX triplet: 50, 78 and 38. RGB value is (80,120,56). Sum of RGB (Red+Green+Blue) = 80+120+56=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #507838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507838 is #AF87C7. Grayscale: #646464. Windows color (decimal): -11503560 or 3700816. OLE color: 3700816.

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

Color convert

RGB8012056-
CMYK0.3300.530.53
HSL97.5º36.36%34.51%-
HSV(B)97.5º53.33%47.06%-
XYZ10.7415.426.15-
YUV100.74102.75113.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 120 (47.27% from 255) = 46.88%
BLUE value IS 56 (22.27% from 255) = 21.88%
R=31.25%
G=46.88%
B=21.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120560.3300.530.5397.536.3634.51
Hex5078382103535622423
Octal1201707041065651424443
Binary1010000111100011100010000101101011101011100010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507838; }

 p { color: rgb(80,120,56); }

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

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

 a { background-color: rgb(80,120,56); }

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

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

 span { border-color: rgb(80,120,56); }

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