#046612

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

Shades of Green #046612

Tints of Green #046612

Color information

#046612 (or 0x046612) is unknown color: approx Green. HEX triplet: 04, 66 and 12. RGB value is (4,102,18). Sum of RGB (Red+Green+Blue) = 4+102+18=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 102 (40.23% from 255 or 82.26% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 102 - color contains mainly: green. Hex color #046612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046612 is #FB99ED. Grayscale: #3F3F3F. Windows color (decimal): -16488942 or 1205764. OLE color: 1205764.

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

Color convert

RGB410218-
CMYK0.9600.820.6
HSL128.57º92.45%20.78%-
HSV(B)128.57º96.08%40%-
XYZ4.919.572.16-
YUV63.12102.5385.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.23%
GREEN value IS 102 (40.23% from 255) = 82.26%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=3.23%
G=82.26%
B=14.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4102180.9600.820.6128.5792.4520.78
Hex46612600523C815c15
Octal41462214001227420113425
Binary10011001101001011000000101001011110010000001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046612; }

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

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

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

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

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

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

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

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