#508245

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

Shades of Fern Green #508245

Tints of Fern Green #508245

Color information

#508245 (or 0x508245) is unknown color: approx Fern Green. HEX triplet: 50, 82 and 45. RGB value is (80,130,69). Sum of RGB (Red+Green+Blue) = 80+130+69=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #508245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508245 is #AF7DBA. Grayscale: #6C6C6C. Windows color (decimal): -11500987 or 4555344. OLE color: 4555344.

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

Color convert

RGB8013069-
CMYK0.3800.470.49
HSL109.18º30.65%39.02%-
HSV(B)109.18º46.92%50.98%-
XYZ12.3718.18.47-
YUV108.1105.94107.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=28.67%
G=46.59%
B=24.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80130690.3800.470.49109.1830.6539.02
Hex5082452602F316d1f27
Octal12020210546057611553747
Binary10100001000001010001011001100101111110001110110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508245; }

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

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

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

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

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

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

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

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