#488745

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

Shades of Fern Green #488745

Tints of Fern Green #488745

Color information

#488745 (or 0x488745) is unknown color: approx Fern Green. HEX triplet: 48, 87 and 45. RGB value is (72,135,69). Sum of RGB (Red+Green+Blue) = 72+135+69=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #488745 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488745 is #B778BA. Grayscale: #6C6C6C. Windows color (decimal): -12023995 or 4556616. OLE color: 4556616.

HSL color Cylindrical-coordinate representation of color #488745: hue angle of 117.27º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488745 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB7213569-
CMYK0.4700.490.47
HSL117.27º32.35%40%-
HSV(B)117.27º48.89%52.94%-
XYZ12.4119.148.67-
YUV108.64105.63101.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 135 (53.12% from 255) = 48.91%
BLUE value IS 69 (27.34% from 255) = 25%
R=26.09%
G=48.91%
B=25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72135690.4700.490.47117.2732.3540
Hex4887452F0312F752028
Octal11020710557061571654050
Binary100100010000111100010110111101100011011111110101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488745; }

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

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

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

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

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

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

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

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