#507835

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

Shades of Fern Green #507835

Tints of Fern Green #507835

Color information

#507835 (or 0x507835) is unknown color: approx Fern Green. HEX triplet: 50, 78 and 35. RGB value is (80,120,53). Sum of RGB (Red+Green+Blue) = 80+120+53=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #507835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507835 is #AF87CA. Grayscale: #646464. Windows color (decimal): -11503563 or 3504208. OLE color: 3504208.

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

Color convert

RGB8012053-
CMYK0.3300.560.53
HSL95.82º38.73%33.92%-
HSV(B)95.82º55.83%47.06%-
XYZ10.6715.45.78-
YUV100.4101.25113.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 120 (47.27% from 255) = 47.43%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=31.62%
G=47.43%
B=20.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120530.3300.560.5395.8238.7333.92
Hex5078352103835602722
Octal1201706541070651404742
Binary1010000111100011010110000101110001101011100000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507835; }

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

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

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

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

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

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

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

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