#508244

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

Shades of Fern Green #508244

Tints of Fern Green #508244

Color information

#508244 (or 0x508244) is unknown color: approx Fern Green. HEX triplet: 50, 82 and 44. RGB value is (80,130,68). Sum of RGB (Red+Green+Blue) = 80+130+68=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #508244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508244 is #AF7DBB. Grayscale: #6C6C6C. Windows color (decimal): -11500988 or 4489808. OLE color: 4489808.

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

Color convert

RGB8013068-
CMYK0.3800.480.49
HSL108.39º31.31%38.82%-
HSV(B)108.39º47.69%50.98%-
XYZ12.3318.098.31-
YUV107.98105.44108.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 68 (26.95% from 255) = 24.46%
R=28.78%
G=46.76%
B=24.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80130680.3800.480.49108.3931.3138.82
Hex50824426030316c1f27
Octal12020210446060611543747
Binary10100001000001010001001001100110000110001110110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508244; }

 p { color: rgb(80,130,68); }

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

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

 a { background-color: rgb(80,130,68); }

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

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

 span { border-color: rgb(80,130,68); }

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