#048408

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

Shades of Green #048408

Tints of Green #048408

Color information

#048408 (or 0x048408) is unknown color: approx Green. HEX triplet: 04, 84 and 08. RGB value is (4,132,8). Sum of RGB (Red+Green+Blue) = 4+132+8=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 132 (51.95% from 255 or 91.67% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 132 - color contains mainly: green. Hex color #048408 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048408 is #FB7BF7. Grayscale: #4F4F4F. Windows color (decimal): -16481272 or 558084. OLE color: 558084.

HSL color Cylindrical-coordinate representation of color #048408: hue angle of 121.88º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048408 is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB41328-
CMYK0.9700.940.48
HSL121.88º94.12%26.67%-
HSV(B)121.88º96.97%51.76%-
XYZ8.3516.552.98-
YUV79.5987.5974.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 132 (51.95% from 255) = 91.67%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=2.78%
G=91.67%
B=5.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal413280.9700.940.48121.8894.1226.67
Hex48486105E307a5e1b
Octal42041014101366017213633
Binary1001000010010001100001010111101100001111010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048408; }

 p { color: rgb(4,132,8); }

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

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

 a { background-color: rgb(4,132,8); }

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

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

 span { border-color: rgb(4,132,8); }

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