Html Css Color HEX #046C12 Green

📋 copy color: '#046C12'

red 4 ◦ green 108 ◦ blue 18

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

Shades of Green #046C12

Tints of Green #046C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 83.08%

 BLUE value IS 18 (7.42% from 255) = 13.85%

R = 3.08%
G = 83.08%
B = 13.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#046C12 (or 0x046C12) is known color: Green. HEX triplet: 04, 6C and 12. RGB value is (4,108,18). Sum of RGB (Red+Green+Blue) = 4+108+18=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 108 (42.58% from 255 or 83.08% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 108 - color contains mainly: green. Hex color #046C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046C12 is #FB93ED. Grayscale: #424242. Windows color (decimal): -16487406 or 1207300. OLE color: 1207300.

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

Color convert

RGB 4 108 18 -
CMYK 0.96 0 0.83 0.58
HSL 128.08º 0.93% 0.22% -
HSV(B) 128.08º 0.96% 0.42% -
XYZ 5.52 10.79 2.36 -
YUV 66.64 100.54 83.32 -
System Red Green Blue C M Y K H S L
Decimal 4 108 18 0.96 0 0.83 0.58 128.08 0.93 0.22
Hex 4 6C 12 60 0 53 3A 80 5D 16
Octal 4 154 22 140 0 123 72 200 135 26
Binary 100 1101100 10010 1100000 0 1010011 111010 10000000 1011101 10110

Color Harmonies of #046C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C12

Black with #046C12

Text Example


Text Example

White with #046C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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