#488544

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

Shades of Fern Green #488544

Tints of Fern Green #488544

Color information

#488544 (or 0x488544) is unknown color: approx Fern Green. HEX triplet: 48, 85 and 44. RGB value is (72,133,68). Sum of RGB (Red+Green+Blue) = 72+133+68=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #488544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488544 is #B77ABB. Grayscale: #6B6B6B. Windows color (decimal): -12024508 or 4490568. OLE color: 4490568.

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

Color convert

RGB7213368-
CMYK0.4600.490.48
HSL116.31º32.34%39.41%-
HSV(B)116.31º48.87%52.16%-
XYZ12.118.578.42-
YUV107.35105.79102.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 133 (52.34% from 255) = 48.72%
BLUE value IS 68 (26.95% from 255) = 24.91%
R=26.37%
G=48.72%
B=24.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133680.4600.490.48116.3132.3439.41
Hex4885442E03130742027
Octal11020510456061601644047
Binary100100010000101100010010111001100011100001110100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488544; }

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

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

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

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

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

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

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

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