#048716

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

Shades of Green #048716

Tints of Green #048716

Color information

#048716 (or 0x048716) is unknown color: approx Green. HEX triplet: 04, 87 and 16. RGB value is (4,135,22). Sum of RGB (Red+Green+Blue) = 4+135+22=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 135 (53.12% from 255 or 83.85% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 135 - color contains mainly: green. Hex color #048716 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048716 is #FB78E9. Grayscale: #535353. Windows color (decimal): -16480490 or 1476356. OLE color: 1476356.

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

Color convert

RGB413522-
CMYK0.9700.840.47
HSL128.24º94.24%27.25%-
HSV(B)128.24º97.04%52.94%-
XYZ8.8617.413.65-
YUV82.9593.671.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.48%
GREEN value IS 135 (53.12% from 255) = 83.85%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=2.48%
G=83.85%
B=13.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4135220.9700.840.47128.2494.2427.25
Hex48716610542F805e1b
Octal42072614101245720013633
Binary100100001111011011000010101010010111110000000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048716; }

 p { color: rgb(4,135,22); }

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

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

 a { background-color: rgb(4,135,22); }

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

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

 span { border-color: rgb(4,135,22); }

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