#046011

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

Shades of Green #046011

Tints of Green #046011

Color information

#046011 (or 0x046011) is unknown color: approx Green. HEX triplet: 04, 60 and 11. RGB value is (4,96,17). Sum of RGB (Red+Green+Blue) = 4+96+17=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 96 (37.89% from 255 or 82.05% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 96 - color contains mainly: green. Hex color #046011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046011 is #FB9FEE. Grayscale: #3B3B3B. Windows color (decimal): -16490479 or 1138692. OLE color: 1138692.

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

Color convert

RGB49617-
CMYK0.9600.820.62
HSL128.48º92%19.61%-
HSV(B)128.48º95.83%37.65%-
XYZ4.338.431.93-
YUV59.49104.0288.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.42%
GREEN value IS 96 (37.89% from 255) = 82.05%
BLUE value IS 17 (7.03% from 255) = 14.53%
R=3.42%
G=82.05%
B=14.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal496170.9600.820.62128.489219.61
Hex46011600523E805c14
Octal41402114001227620013424
Binary10011000001000111000000101001011111010000000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046011; }

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

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

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

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

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

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

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

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