#48833B

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

Shades of Fern Green #48833B

Tints of Fern Green #48833B

Color information

#48833B (or 0x48833B) is unknown color: approx Fern Green. HEX triplet: 48, 83 and 3B. RGB value is (72,131,59). Sum of RGB (Red+Green+Blue) = 72+131+59=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #48833B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48833B is #B77CC4. Grayscale: #696969. Windows color (decimal): -12025029 or 3900232. OLE color: 3900232.

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

Color convert

RGB7213159-
CMYK0.4500.550.49
HSL109.17º37.89%37.25%-
HSV(B)109.17º54.96%51.37%-
XYZ11.5817.936.99-
YUV105.15101.95104.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 131 (51.56% from 255) = 50%
BLUE value IS 59 (23.44% from 255) = 22.52%
R=27.48%
G=50%
B=22.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72131590.4500.550.49109.1737.8937.25
Hex48833B2D037316d2625
Octal1102037355067611554645
Binary10010001000001111101110110101101111100011101101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48833B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48833B; }

 p { color: rgb(72,131,59); }

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

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

 a { background-color: rgb(72,131,59); }

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

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

 span { border-color: rgb(72,131,59); }

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