Html Css Color HEX #046A14 Green

📋 copy color: '#046A14'

red 4 ◦ green 106 ◦ blue 20

#046A14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #046A14

Tints of Green #046A14

RGB

 RED value IS 4 (1.95% from 255) = 3.08%

 GREEN value IS 106 (41.8% from 255) = 81.54%

 BLUE value IS 20 (8.2% from 255) = 15.38%

R = 3.08%
G = 81.54%
B = 15.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#046A14 (or 0x046A14) is known color: Green. HEX triplet: 04, 6A and 14. RGB value is (4,106,20). Sum of RGB (Red+Green+Blue) = 4+106+20=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 106 (41.80% from 255 or 81.54% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 106 - color contains mainly: green. Hex color #046A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046A14 is #FB95EB. Grayscale: #414141. Windows color (decimal): -16487916 or 1337860. OLE color: 1337860.

HSL color Cylindrical-coordinate representation of color #046A14: hue angle of 129.41º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046A14 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 106 20 -
CMYK 0.96 0 0.81 0.58
HSL 129.41º 0.93% 0.22% -
HSV(B) 129.41º 0.96% 0.42% -
XYZ 5.33 10.38 2.39 -
YUV 65.7 102.21 83.99 -
System Red Green Blue C M Y K H S L
Decimal 4 106 20 0.96 0 0.81 0.58 129.41 0.93 0.22
Hex 4 6A 14 60 0 51 3A 81 5D 16
Octal 4 152 24 140 0 121 72 201 135 26
Binary 100 1101010 10100 1100000 0 1010001 111010 10000001 1011101 10110

Color Harmonies of #046A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046A14

Black with #046A14

Text Example


Text Example

White with #046A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,106,20); }

 H1.HeaderClassName
 {
   color: #046A14;
 }
 .AnyTagClassName
 {
   color: #046A14;
 }
</style>

background-color css

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

 a { background-color: rgb(4,106,20); }

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

border-color css

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

 span { border-color: rgb(4,106,20); }

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