#48823D

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

Shades of Fern Green #48823D

Tints of Fern Green #48823D

Color information

#48823D (or 0x48823D) is unknown color: approx Fern Green. HEX triplet: 48, 82 and 3D. RGB value is (72,130,61). Sum of RGB (Red+Green+Blue) = 72+130+61=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #48823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48823D is #B77DC2. Grayscale: #696969. Windows color (decimal): -12025283 or 4031048. OLE color: 4031048.

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

Color convert

RGB7213061-
CMYK0.4500.530.49
HSL110.43º36.13%37.45%-
HSV(B)110.43º53.08%50.98%-
XYZ11.517.687.22-
YUV104.79103.28104.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 61 (24.22% from 255) = 23.19%
R=27.38%
G=49.43%
B=23.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130610.4500.530.49110.4336.1337.45
Hex48823D2D035316e2425
Octal1102027555065611564445
Binary10010001000001011110110110101101011100011101110100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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