#488B3D

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

Shades of Fern Green #488B3D

Tints of Fern Green #488B3D

Color information

#488B3D (or 0x488B3D) is unknown color: approx Fern Green. HEX triplet: 48, 8B and 3D. RGB value is (72,139,61). Sum of RGB (Red+Green+Blue) = 72+139+61=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #488B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488B3D is #B774C2. Grayscale: #6E6E6E. Windows color (decimal): -12022979 or 4033352. OLE color: 4033352.

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

Color convert

RGB7213961-
CMYK0.4800.560.45
HSL111.54º39%39.22%-
HSV(B)111.54º56.12%54.51%-
XYZ12.7520.187.64-
YUV110.07100.3100.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 139 (54.69% from 255) = 51.10%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=26.47%
G=51.10%
B=22.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72139610.4800.560.45111.543939.22
Hex488B3D300382D702727
Octal1102137560070551604747
Binary10010001000101111110111000001110001011011110000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488B3D; }

 p { color: rgb(72,139,61); }

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

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

 a { background-color: rgb(72,139,61); }

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

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

 span { border-color: rgb(72,139,61); }

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