#488543

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

Shades of Fern Green #488543

Tints of Fern Green #488543

Color information

#488543 (or 0x488543) is unknown color: approx Fern Green. HEX triplet: 48, 85 and 43. RGB value is (72,133,67). Sum of RGB (Red+Green+Blue) = 72+133+67=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #488543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488543 is #B77ABC. Grayscale: #6B6B6B. Windows color (decimal): -12024509 or 4425032. OLE color: 4425032.

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

Color convert

RGB7213367-
CMYK0.4600.500.48
HSL115.45º33%39.22%-
HSV(B)115.45º49.62%52.16%-
XYZ12.0718.568.26-
YUV107.24105.29102.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 133 (52.34% from 255) = 48.90%
BLUE value IS 67 (26.56% from 255) = 24.63%
R=26.47%
G=48.90%
B=24.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133670.4600.500.48115.453339.22
Hex4885432E03230732127
Octal11020510356062601634147
Binary100100010000101100001110111001100101100001110011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488543; }

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

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

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

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

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

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

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

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