Html Css Color HEX #046A05 Green

📋 copy color: '#046A05'

red 4 ◦ green 106 ◦ blue 5

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

Shades of Green #046A05

Tints of Green #046A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.35%

R = 3.48%
G = 92.17%
B = 4.35%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#046A05 (or 0x046A05) is known color: Green. HEX triplet: 04, 6A and 05. RGB value is (4,106,5). Sum of RGB (Red+Green+Blue) = 4+106+5=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 106 (41.80% from 255 or 92.17% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 106 - color contains mainly: green. Hex color #046A05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046A05 is #FB95FA. Grayscale: #404040. Windows color (decimal): -16487931 or 354820. OLE color: 354820.

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

Color convert

RGB 4 106 5 -
CMYK 0.96 0 0.95 0.58
HSL 120.59º 0.93% 0.22% -
HSV(B) 120.59º 0.96% 0.42% -
XYZ 5.23 10.34 1.86 -
YUV 63.99 94.71 85.21 -
System Red Green Blue C M Y K H S L
Decimal 4 106 5 0.96 0 0.95 0.58 120.59 0.93 0.22
Hex 4 6A 5 60 0 5F 3A 79 5D 16
Octal 4 152 5 140 0 137 72 171 135 26
Binary 100 1101010 101 1100000 0 1011111 111010 1111001 1011101 10110

Color Harmonies of #046A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046A05

Black with #046A05

Text Example


Text Example

White with #046A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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