Html Css Color HEX #046E42 Jewel

📋 copy color: '#046E42'

red 4 ◦ green 110 ◦ blue 66

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

Shades of Jewel #046E42

Tints of Jewel #046E42

RGB

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

 GREEN value IS 110 (43.36% from 255) = 61.11%

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 2.22%
G = 61.11%
B = 36.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.4

 K value IS 0.57

RGB Variations

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

Color information

#046E42 (or 0x046E42) is known color: Jewel. HEX triplet: 04, 6E and 42. RGB value is (4,110,66). Sum of RGB (Red+Green+Blue) = 4+110+66=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 110 (43.36% from 255 or 61.11% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 110 - color contains mainly: green. Hex color #046E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046E42 is #FB91BD. Grayscale: #494949. Windows color (decimal): -16486846 or 4353540. OLE color: 4353540.

HSL color Cylindrical-coordinate representation of color #046E42: hue angle of 155.09º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046E42 is Cyan = 0.96, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 110 66 -
CMYK 0.96 0 0.4 0.57
HSL 155.09º 0.93% 0.22% -
HSV(B) 155.09º 0.96% 0.43% -
XYZ 6.61 11.57 7.04 -
YUV 73.29 123.88 78.58 -
System Red Green Blue C M Y K H S L
Decimal 4 110 66 0.96 0 0.4 0.57 155.09 0.93 0.22
Hex 4 6E 42 60 0 28 39 9B 5D 16
Octal 4 156 102 140 0 50 71 233 135 26
Binary 100 1101110 1000010 1100000 0 101000 111001 10011011 1011101 10110

Color Harmonies of #046E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046E42

Black with #046E42

Text Example


Text Example

White with #046E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,110,66); }

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

background-color css

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

 a { background-color: rgb(4,110,66); }

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

border-color css

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

 span { border-color: rgb(4,110,66); }

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