Html Css Color HEX #046A3F Jewel

📋 copy color: '#046A3F'

red 4 ◦ green 106 ◦ blue 63

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

Shades of Jewel #046A3F

Tints of Jewel #046A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.42%

R = 2.31%
G = 61.27%
B = 36.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#046A3F (or 0x046A3F) is known color: Jewel. HEX triplet: 04, 6A and 3F. RGB value is (4,106,63). Sum of RGB (Red+Green+Blue) = 4+106+63=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 106 (41.80% from 255 or 61.27% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 106 - color contains mainly: green. Hex color #046A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046A3F is #FB95C0. Grayscale: #464646. Windows color (decimal): -16487873 or 4155908. OLE color: 4155908.

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

Color convert

RGB 4 106 63 -
CMYK 0.96 0 0.41 0.58
HSL 154.71º 0.93% 0.22% -
HSV(B) 154.71º 0.96% 0.42% -
XYZ 6.1 10.69 6.44 -
YUV 70.6 123.71 80.5 -
System Red Green Blue C M Y K H S L
Decimal 4 106 63 0.96 0 0.41 0.58 154.71 0.93 0.22
Hex 4 6A 3F 60 0 29 3A 9B 5D 16
Octal 4 152 77 140 0 51 72 233 135 26
Binary 100 1101010 111111 1100000 0 101001 111010 10011011 1011101 10110

Color Harmonies of #046A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046A3F

Black with #046A3F

Text Example


Text Example

White with #046A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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