#508440

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

Shades of Fern Green #508440

Tints of Fern Green #508440

Color information

#508440 (or 0x508440) is unknown color: approx Fern Green. HEX triplet: 50, 84 and 40. RGB value is (80,132,64). Sum of RGB (Red+Green+Blue) = 80+132+64=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #508440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508440 is #AF7BBF. Grayscale: #6C6C6C. Windows color (decimal): -11500480 or 4228176. OLE color: 4228176.

HSL color Cylindrical-coordinate representation of color #508440: hue angle of 105.88º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #508440 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB8013264-
CMYK0.3900.520.48
HSL105.88º34.69%38.43%-
HSV(B)105.88º51.52%51.76%-
XYZ12.4818.587.78-
YUV108.7102.77107.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.99%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 64 (25.39% from 255) = 23.19%
R=28.99%
G=47.83%
B=23.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80132640.3900.520.48105.8834.6938.43
Hex50844027034306a2326
Octal12020410047064601524346
Binary101000010000100100000010011101101001100001101010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508440; }

 p { color: rgb(80,132,64); }

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

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

 a { background-color: rgb(80,132,64); }

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

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

 span { border-color: rgb(80,132,64); }

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