Html Css Color HEX #046A40 Jewel

📋 copy color: '#046A40'

red 4 ◦ green 106 ◦ blue 64

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

Shades of Jewel #046A40

Tints of Jewel #046A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.78%

R = 2.3%
G = 60.92%
B = 36.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#046A40 (or 0x046A40) is known color: Jewel. HEX triplet: 04, 6A and 40. RGB value is (4,106,64). Sum of RGB (Red+Green+Blue) = 4+106+64=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 106 (41.80% from 255 or 60.92% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 106 - color contains mainly: green. Hex color #046A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046A40 is #FB95BF. Grayscale: #464646. Windows color (decimal): -16487872 or 4221444. OLE color: 4221444.

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

Color convert

RGB 4 106 64 -
CMYK 0.96 0 0.40 0.58
HSL 155.29º 0.93% 0.22% -
HSV(B) 155.29º 0.96% 0.42% -
XYZ 6.13 10.7 6.59 -
YUV 70.71 124.21 80.42 -
System Red Green Blue C M Y K H S L
Decimal 4 106 64 0.96 0 0.40 0.58 155.29 0.93 0.22
Hex 4 6A 40 60 0 28 3A 9B 5D 16
Octal 4 152 100 140 0 50 72 233 135 26
Binary 100 1101010 1000000 1100000 0 101000 111010 10011011 1011101 10110

Color Harmonies of #046A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046A40

Black with #046A40

Text Example


Text Example

White with #046A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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