#488445

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

Shades of Fern Green #488445

Tints of Fern Green #488445

Color information

#488445 (or 0x488445) is unknown color: approx Fern Green. HEX triplet: 48, 84 and 45. RGB value is (72,132,69). Sum of RGB (Red+Green+Blue) = 72+132+69=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #488445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488445 is #B77BBA. Grayscale: #6B6B6B. Windows color (decimal): -12024763 or 4555848. OLE color: 4555848.

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

Color convert

RGB7213269-
CMYK0.4500.480.48
HSL117.14º31.34%39.41%-
HSV(B)117.14º47.73%51.76%-
XYZ1218.318.53-
YUV106.88106.62103.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 132 (51.95% from 255) = 48.35%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=26.37%
G=48.35%
B=25.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72132690.4500.480.48117.1431.3439.41
Hex4884452D03030751f27
Octal11020410555060601653747
Binary10010001000010010001011011010110000110000111010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488445; }

 p { color: rgb(72,132,69); }

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

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

 a { background-color: rgb(72,132,69); }

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

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

 span { border-color: rgb(72,132,69); }

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