#507735

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

Shades of Fern Green #507735

Tints of Fern Green #507735

Color information

#507735 (or 0x507735) is unknown color: approx Fern Green. HEX triplet: 50, 77 and 35. RGB value is (80,119,53). Sum of RGB (Red+Green+Blue) = 80+119+53=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #507735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507735 is #AF88CA. Grayscale: #646464. Windows color (decimal): -11503819 or 3503952. OLE color: 3503952.

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

Color convert

RGB8011953-
CMYK0.3300.550.53
HSL95.45º38.37%33.73%-
HSV(B)95.45º55.46%46.67%-
XYZ10.5515.165.74-
YUV99.82101.58113.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 53 (21.09% from 255) = 21.03%
R=31.75%
G=47.22%
B=21.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119530.3300.550.5395.4538.3733.73
Hex50773521037355f2622
Octal1201676541067651374642
Binary1010000111011111010110000101101111101011011111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507735; }

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

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

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

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

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

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

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

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