#048601

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

Shades of Green #048601

Tints of Green #048601

Color information

#048601 (or 0x048601) is unknown color: approx Green. HEX triplet: 04, 86 and 01. RGB value is (4,134,1). Sum of RGB (Red+Green+Blue) = 4+134+1=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 134 (52.73% from 255 or 96.40% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 134 - color contains mainly: green. Hex color #048601 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048601 is #FB79FE. Grayscale: #505050. Windows color (decimal): -16480767 or 99844. OLE color: 99844.

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

Color convert

RGB41341-
CMYK0.9700.990.47
HSL118.65º98.52%26.47%-
HSV(B)118.65º99.25%52.55%-
XYZ8.5817.082.87-
YUV79.9783.4373.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.88%
GREEN value IS 134 (52.73% from 255) = 96.40%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=2.88%
G=96.40%
B=0.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal413410.9700.990.47118.6598.5226.47
Hex4861610632F77631a
Octal4206114101435716714332
Binary1001000011011100001011000111011111110111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048601; }

 p { color: rgb(4,134,1); }

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

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

 a { background-color: rgb(4,134,1); }

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

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

 span { border-color: rgb(4,134,1); }

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