Html Css Color HEX #046A3A Jewel

📋 copy color: '#046A3A'

red 4 ◦ green 106 ◦ blue 58

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

Shades of Jewel #046A3A

Tints of Jewel #046A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.52%

R = 2.38%
G = 63.1%
B = 34.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#046A3A (or 0x046A3A) is known color: Jewel. HEX triplet: 04, 6A and 3A. RGB value is (4,106,58). Sum of RGB (Red+Green+Blue) = 4+106+58=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 106 (41.80% from 255 or 63.10% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 106 - color contains mainly: green. Hex color #046A3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046A3A is #FB95C5. Grayscale: #464646. Windows color (decimal): -16487878 or 3828228. OLE color: 3828228.

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

Color convert

RGB 4 106 58 -
CMYK 0.96 0 0.45 0.58
HSL 151.76º 0.93% 0.22% -
HSV(B) 151.76º 0.96% 0.42% -
XYZ 5.97 10.64 5.74 -
YUV 70.03 121.21 80.9 -
System Red Green Blue C M Y K H S L
Decimal 4 106 58 0.96 0 0.45 0.58 151.76 0.93 0.22
Hex 4 6A 3A 60 0 2D 3A 98 5D 16
Octal 4 152 72 140 0 55 72 230 135 26
Binary 100 1101010 111010 1100000 0 101101 111010 10011000 1011101 10110

Color Harmonies of #046A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046A3A

Black with #046A3A

Text Example


Text Example

White with #046A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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