#508845

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

Shades of Fern Green #508845

Tints of Fern Green #508845

Color information

#508845 (or 0x508845) is unknown color: approx Fern Green. HEX triplet: 50, 88 and 45. RGB value is (80,136,69). Sum of RGB (Red+Green+Blue) = 80+136+69=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #508845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508845 is #AF77BA. Grayscale: #6F6F6F. Windows color (decimal): -11499451 or 4556880. OLE color: 4556880.

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

Color convert

RGB8013669-
CMYK0.4100.490.47
HSL110.15º32.68%40.2%-
HSV(B)110.15º49.26%53.33%-
XYZ13.1919.748.75-
YUV111.62103.95105.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 136 (53.52% from 255) = 47.72%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=28.07%
G=47.72%
B=24.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80136690.4100.490.47110.1532.6840.2
Hex508845290312F6e2128
Octal12021010551061571564150
Binary101000010001000100010110100101100011011111101110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508845; }

 p { color: rgb(80,136,69); }

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

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

 a { background-color: rgb(80,136,69); }

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

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

 span { border-color: rgb(80,136,69); }

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