Html Css Color HEX #046A41 Jewel

📋 copy color: '#046A41'

red 4 ◦ green 106 ◦ blue 65

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

Shades of Jewel #046A41

Tints of Jewel #046A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 37.14%

R = 2.29%
G = 60.57%
B = 37.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#046A41 (or 0x046A41) is known color: Jewel. HEX triplet: 04, 6A and 41. RGB value is (4,106,65). Sum of RGB (Red+Green+Blue) = 4+106+65=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 106 (41.80% from 255 or 60.57% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 106 - color contains mainly: green. Hex color #046A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046A41 is #FB95BE. Grayscale: #464646. Windows color (decimal): -16487871 or 4286980. OLE color: 4286980.

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

Color convert

RGB 4 106 65 -
CMYK 0.96 0 0.39 0.58
HSL 155.88º 0.93% 0.22% -
HSV(B) 155.88º 0.96% 0.42% -
XYZ 6.16 10.72 6.74 -
YUV 70.83 124.71 80.33 -
System Red Green Blue C M Y K H S L
Decimal 4 106 65 0.96 0 0.39 0.58 155.88 0.93 0.22
Hex 4 6A 41 60 0 27 3A 9C 5D 16
Octal 4 152 101 140 0 47 72 234 135 26
Binary 100 1101010 1000001 1100000 0 100111 111010 10011100 1011101 10110

Color Harmonies of #046A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046A41

Black with #046A41

Text Example


Text Example

White with #046A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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