#046012

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

Shades of Green #046012

Tints of Green #046012

Color information

#046012 (or 0x046012) is unknown color: approx Green. HEX triplet: 04, 60 and 12. RGB value is (4,96,18). Sum of RGB (Red+Green+Blue) = 4+96+18=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 96 (37.89% from 255 or 81.36% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 96 - color contains mainly: green. Hex color #046012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046012 is #FB9FED. Grayscale: #3B3B3B. Windows color (decimal): -16490478 or 1204228. OLE color: 1204228.

HSL color Cylindrical-coordinate representation of color #046012: hue angle of 129.13º 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 #046012 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB49618-
CMYK0.9600.810.62
HSL129.13º92%19.61%-
HSV(B)129.13º95.83%37.65%-
XYZ4.348.441.97-
YUV59.6104.5288.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.39%
GREEN value IS 96 (37.89% from 255) = 81.36%
BLUE value IS 18 (7.42% from 255) = 15.25%
R=3.39%
G=81.36%
B=15.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal496180.9600.810.62129.139219.61
Hex46012600513E815c14
Octal41402214001217620113424
Binary10011000001001011000000101000111111010000001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046012; }

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

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

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

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

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

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

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

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