#507736

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

Shades of Fern Green #507736

Tints of Fern Green #507736

Color information

#507736 (or 0x507736) is unknown color: approx Fern Green. HEX triplet: 50, 77 and 36. RGB value is (80,119,54). Sum of RGB (Red+Green+Blue) = 80+119+54=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #507736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507736 is #AF88C9. Grayscale: #646464. Windows color (decimal): -11503818 or 3569488. OLE color: 3569488.

HSL color Cylindrical-coordinate representation of color #507736: hue angle of 96º 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 #507736 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB8011954-
CMYK0.3300.550.53
HSL96º37.57%33.92%-
HSV(B)96º54.62%46.67%-
XYZ10.5715.175.86-
YUV99.93102.08113.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 54 (21.48% from 255) = 21.34%
R=31.62%
G=47.04%
B=21.34%

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
Decimal80119540.3300.550.539637.5733.92
Hex5077362103735602622
Octal1201676641067651404642
Binary1010000111011111011010000101101111101011100000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507736; }

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

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

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

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

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

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

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

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