#488643

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

Shades of Fern Green #488643

Tints of Fern Green #488643

Color information

#488643 (or 0x488643) is unknown color: approx Fern Green. HEX triplet: 48, 86 and 43. RGB value is (72,134,67). Sum of RGB (Red+Green+Blue) = 72+134+67=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #488643 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488643 is #B779BC. Grayscale: #6C6C6C. Windows color (decimal): -12024253 or 4425288. OLE color: 4425288.

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

Color convert

RGB7213467-
CMYK0.4600.50.47
HSL115.52º33.33%39.41%-
HSV(B)115.52º50%52.55%-
XYZ12.2118.838.3-
YUV107.82104.96102.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 134 (52.73% from 255) = 49.08%
BLUE value IS 67 (26.56% from 255) = 24.54%
R=26.37%
G=49.08%
B=24.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72134670.4600.50.47115.5233.3339.41
Hex4886432E0322F742127
Octal11020610356062571644147
Binary100100010000110100001110111001100101011111110100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488643; }

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

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

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

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

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

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

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

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