#046F1A

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

Shades of Green #046F1A

Tints of Green #046F1A

Color information

#046F1A (or 0x046F1A) is unknown color: approx Green. HEX triplet: 04, 6F and 1A. RGB value is (4,111,26). Sum of RGB (Red+Green+Blue) = 4+111+26=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 111 (43.75% from 255 or 78.72% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 111 - color contains mainly: green. Hex color #046F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046F1A is #FB90E5. Grayscale: #454545. Windows color (decimal): -16486630 or 1732356. OLE color: 1732356.

HSL color Cylindrical-coordinate representation of color #046F1A: hue angle of 132.34º 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 #046F1A is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB411126-
CMYK0.9600.770.56
HSL132.34º93.04%22.55%-
HSV(B)132.34º96.4%43.53%-
XYZ5.9211.472.88-
YUV69.32103.5581.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 111 (43.75% from 255) = 78.72%
BLUE value IS 26 (10.55% from 255) = 18.44%
R=2.84%
G=78.72%
B=18.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4111260.9600.770.56132.3493.0422.55
Hex46F1A6004D38845d17
Octal41573214001157020413527
Binary10011011111101011000000100110111100010000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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