#48823F

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

Shades of Fern Green #48823F

Tints of Fern Green #48823F

Color information

#48823F (or 0x48823F) is unknown color: approx Fern Green. HEX triplet: 48, 82 and 3F. RGB value is (72,130,63). Sum of RGB (Red+Green+Blue) = 72+130+63=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #48823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48823F is #B77DC0. Grayscale: #696969. Windows color (decimal): -12025281 or 4162120. OLE color: 4162120.

HSL color Cylindrical-coordinate representation of color #48823F: hue angle of 111.94º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48823F is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB7213063-
CMYK0.4500.520.49
HSL111.94º34.72%37.84%-
HSV(B)111.94º51.54%50.98%-
XYZ11.5517.77.51-
YUV105.02104.28104.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 63 (25% from 255) = 23.77%
R=27.17%
G=49.06%
B=23.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130630.4500.520.49111.9434.7237.84
Hex48823F2D03431702326
Octal1102027755064611604346
Binary10010001000001011111110110101101001100011110000100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48823F; }

 p { color: rgb(72,130,63); }

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

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

 a { background-color: rgb(72,130,63); }

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

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

 span { border-color: rgb(72,130,63); }

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