#488043

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

Shades of Fern Green #488043

Tints of Fern Green #488043

Color information

#488043 (or 0x488043) is unknown color: approx Fern Green. HEX triplet: 48, 80 and 43. RGB value is (72,128,67). Sum of RGB (Red+Green+Blue) = 72+128+67=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #488043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488043 is #B77FBC. Grayscale: #686868. Windows color (decimal): -12025789 or 4423752. OLE color: 4423752.

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

Color convert

RGB7212867-
CMYK0.4400.480.50
HSL115.08º31.28%38.24%-
HSV(B)115.08º47.66%50.2%-
XYZ11.417.228.03-
YUV104.3106.95104.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 128 (50.39% from 255) = 47.94%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=26.97%
G=47.94%
B=25.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72128670.4400.480.50115.0831.2838.24
Hex4880432C03032731f26
Octal11020010354060621633746
Binary10010001000000010000111011000110000110010111001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488043; }

 p { color: rgb(72,128,67); }

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

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

 a { background-color: rgb(72,128,67); }

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

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

 span { border-color: rgb(72,128,67); }

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