#046F1B

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

Shades of Green #046F1B

Tints of Green #046F1B

Color information

#046F1B (or 0x046F1B) is unknown color: approx Green. HEX triplet: 04, 6F and 1B. RGB value is (4,111,27). Sum of RGB (Red+Green+Blue) = 4+111+27=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 111 (43.75% from 255 or 78.17% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 111 - color contains mainly: green. Hex color #046F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046F1B is #FB90E4. Grayscale: #454545. Windows color (decimal): -16486629 or 1797892. OLE color: 1797892.

HSL color Cylindrical-coordinate representation of color #046F1B: hue angle of 132.9º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046F1B is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB411127-
CMYK0.9600.760.56
HSL132.9º93.04%22.55%-
HSV(B)132.9º96.4%43.53%-
XYZ5.9311.472.94-
YUV69.43104.0581.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 111 (43.75% from 255) = 78.17%
BLUE value IS 27 (10.94% from 255) = 19.01%
R=2.82%
G=78.17%
B=19.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4111270.9600.760.56132.993.0422.55
Hex46F1B6004C38855d17
Octal41573314001147020513527
Binary10011011111101111000000100110011100010000101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046F1B; }

 p { color: rgb(4,111,27); }

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

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

 a { background-color: rgb(4,111,27); }

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

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

 span { border-color: rgb(4,111,27); }

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