#048911

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

Shades of Green #048911

Tints of Green #048911

Color information

#048911 (or 0x048911) is unknown color: approx Green. HEX triplet: 04, 89 and 11. RGB value is (4,137,17). Sum of RGB (Red+Green+Blue) = 4+137+17=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 137 (53.91% from 255 or 86.71% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 137 - color contains mainly: green. Hex color #048911 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048911 is #FB76EE. Grayscale: #535353. Windows color (decimal): -16479983 or 1149188. OLE color: 1149188.

HSL color Cylindrical-coordinate representation of color #048911: hue angle of 125.86º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048911 is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB413717-
CMYK0.9700.880.46
HSL125.86º94.33%27.65%-
HSV(B)125.86º97.08%53.73%-
XYZ9.117.963.52-
YUV83.5590.4471.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 137 (53.91% from 255) = 86.71%
BLUE value IS 17 (7.03% from 255) = 10.76%
R=2.53%
G=86.71%
B=10.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4137170.9700.880.46125.8694.3327.65
Hex48911610582E7e5e1c
Octal42112114101305617613634
Binary10010001001100011100001010110001011101111110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048911; }

 p { color: rgb(4,137,17); }

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

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

 a { background-color: rgb(4,137,17); }

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

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

 span { border-color: rgb(4,137,17); }

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