#048913

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

Shades of Green #048913

Tints of Green #048913

Color information

#048913 (or 0x048913) is unknown color: approx Green. HEX triplet: 04, 89 and 13. RGB value is (4,137,19). Sum of RGB (Red+Green+Blue) = 4+137+19=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 137 (53.91% from 255 or 85.62% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 137 - color contains mainly: green. Hex color #048913 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048913 is #FB76EC. Grayscale: #545454. Windows color (decimal): -16479981 or 1280260. OLE color: 1280260.

HSL color Cylindrical-coordinate representation of color #048913: hue angle of 126.77º 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 #048913 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB413719-
CMYK0.9700.860.46
HSL126.77º94.33%27.65%-
HSV(B)126.77º97.08%53.73%-
XYZ9.1117.963.6-
YUV83.7891.4471.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.5%
GREEN value IS 137 (53.91% from 255) = 85.62%
BLUE value IS 19 (7.81% from 255) = 11.88%
R=2.5%
G=85.62%
B=11.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4137190.9700.860.46126.7794.3327.65
Hex48913610562E7f5e1c
Octal42112314101265617713634
Binary10010001001100111100001010101101011101111111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048913; }

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

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

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

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

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

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

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

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