#48823C

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

Shades of Fern Green #48823C

Tints of Fern Green #48823C

Color information

#48823C (or 0x48823C) is unknown color: approx Fern Green. HEX triplet: 48, 82 and 3C. RGB value is (72,130,60). Sum of RGB (Red+Green+Blue) = 72+130+60=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #48823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48823C is #B77DC3. Grayscale: #686868. Windows color (decimal): -12025284 or 3965512. OLE color: 3965512.

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

Color convert

RGB7213060-
CMYK0.4500.540.49
HSL109.71º36.84%37.25%-
HSV(B)109.71º53.85%50.98%-
XYZ11.4717.677.08-
YUV104.68102.78104.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 60 (23.83% from 255) = 22.90%
R=27.48%
G=49.62%
B=22.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130600.4500.540.49109.7136.8437.25
Hex48823C2D036316e2525
Octal1102027455066611564545
Binary10010001000001011110010110101101101100011101110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48823C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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