Html Css Color HEX #046141 Jewel

📋 copy color: '#046141'

red 4 ◦ green 97 ◦ blue 65

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

Shades of Jewel #046141

Tints of Jewel #046141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.43%

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

R = 2.41%
G = 58.43%
B = 39.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#046141 (or 0x046141) is known color: Jewel. HEX triplet: 04, 61 and 41. RGB value is (4,97,65). Sum of RGB (Red+Green+Blue) = 4+97+65=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #046141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046141 is #FB9EBE. Grayscale: #414141. Windows color (decimal): -16490175 or 4284676. OLE color: 4284676.

HSL color Cylindrical-coordinate representation of color #046141: hue angle of 159.35º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046141 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 97 65 -
CMYK 0.96 0 0.33 0.62
HSL 159.35º 0.92% 0.2% -
HSV(B) 159.35º 0.96% 0.38% -
XYZ 5.28 8.96 6.45 -
YUV 65.55 127.69 84.1 -
System Red Green Blue C M Y K H S L
Decimal 4 97 65 0.96 0 0.33 0.62 159.35 0.92 0.2
Hex 4 61 41 60 0 21 3E 9F 5C 14
Octal 4 141 101 140 0 41 76 237 134 24
Binary 100 1100001 1000001 1100000 0 100001 111110 10011111 1011100 10100

Color Harmonies of #046141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046141

Black with #046141

Text Example


Text Example

White with #046141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046141; }

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

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

background-color css

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

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

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

border-color css

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

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

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