#046001

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

Shades of Green #046001

Tints of Green #046001

Color information

#046001 (or 0x046001) is unknown color: approx Green. HEX triplet: 04, 60 and 01. RGB value is (4,96,1). Sum of RGB (Red+Green+Blue) = 4+96+1=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 96 (37.89% from 255 or 95.05% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 96 - color contains mainly: green. Hex color #046001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046001 is #FB9FFE. Grayscale: #393939. Windows color (decimal): -16490495 or 90116. OLE color: 90116.

HSL color Cylindrical-coordinate representation of color #046001: hue angle of 118.11º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #046001 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB4961-
CMYK0.9600.990.62
HSL118.11º97.94%19.02%-
HSV(B)118.11º98.96%37.65%-
XYZ4.248.391.43-
YUV57.6696.0289.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.96%
GREEN value IS 96 (37.89% from 255) = 95.05%
BLUE value IS 1 (0.78% from 255) = 0.99%
R=3.96%
G=95.05%
B=0.99%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal49610.9600.990.62118.1197.9419.02
Hex4601600633E766213
Octal4140114001437616614223
Binary100110000011100000011000111111101110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046001; }

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

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

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

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

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

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

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

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