Html Css Color HEX #046F41 Jewel

📋 copy color: '#046F41'

red 4 ◦ green 111 ◦ blue 65

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

Shades of Jewel #046F41

Tints of Jewel #046F41

RGB

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

 GREEN value IS 111 (43.75% from 255) = 61.67%

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

R = 2.22%
G = 61.67%
B = 36.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#046F41 (or 0x046F41) is known color: Jewel. HEX triplet: 04, 6F and 41. RGB value is (4,111,65). Sum of RGB (Red+Green+Blue) = 4+111+65=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 111 (43.75% from 255 or 61.67% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 111 - color contains mainly: green. Hex color #046F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046F41 is #FB90BE. Grayscale: #494949. Windows color (decimal): -16486591 or 4288260. OLE color: 4288260.

HSL color Cylindrical-coordinate representation of color #046F41: hue angle of 154.21º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046F41 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 111 65 -
CMYK 0.96 0 0.41 0.56
HSL 154.21º 0.93% 0.23% -
HSV(B) 154.21º 0.96% 0.44% -
XYZ 6.69 11.78 6.92 -
YUV 73.76 123.05 78.24 -
System Red Green Blue C M Y K H S L
Decimal 4 111 65 0.96 0 0.41 0.56 154.21 0.93 0.23
Hex 4 6F 41 60 0 29 38 9A 5D 17
Octal 4 157 101 140 0 51 70 232 135 27
Binary 100 1101111 1000001 1100000 0 101001 111000 10011010 1011101 10111

Color Harmonies of #046F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046F41

Black with #046F41

Text Example


Text Example

White with #046F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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