Html Css Color HEX #046241 Jewel

📋 copy color: '#046241'

red 4 ◦ green 98 ◦ blue 65

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

Shades of Jewel #046241

Tints of Jewel #046241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 58.68%

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

R = 2.4%
G = 58.68%
B = 38.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#046241 (or 0x046241) is known color: Jewel. HEX triplet: 04, 62 and 41. RGB value is (4,98,65). Sum of RGB (Red+Green+Blue) = 4+98+65=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #046241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046241 is #FB9DBE. Grayscale: #424242. Windows color (decimal): -16489919 or 4284932. OLE color: 4284932.

HSL color Cylindrical-coordinate representation of color #046241: hue angle of 158.94º 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 #046241 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 98 65 -
CMYK 0.96 0 0.34 0.62
HSL 158.94º 0.92% 0.2% -
HSV(B) 158.94º 0.96% 0.38% -
XYZ 5.37 9.14 6.48 -
YUV 66.13 127.36 83.68 -
System Red Green Blue C M Y K H S L
Decimal 4 98 65 0.96 0 0.34 0.62 158.94 0.92 0.2
Hex 4 62 41 60 0 22 3E 9F 5C 14
Octal 4 142 101 140 0 42 76 237 134 24
Binary 100 1100010 1000001 1100000 0 100010 111110 10011111 1011100 10100

Color Harmonies of #046241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046241

Black with #046241

Text Example


Text Example

White with #046241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046241; }

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

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

background-color css

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

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

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

border-color css

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

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

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