Html Css Color HEX #046C40 Jewel

📋 copy color: '#046C40'

red 4 ◦ green 108 ◦ blue 64

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

Shades of Jewel #046C40

Tints of Jewel #046C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 61.36%

 BLUE value IS 64 (25.39% from 255) = 36.36%

R = 2.27%
G = 61.36%
B = 36.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#046C40 (or 0x046C40) is known color: Jewel. HEX triplet: 04, 6C and 40. RGB value is (4,108,64). Sum of RGB (Red+Green+Blue) = 4+108+64=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 108 (42.58% from 255 or 61.36% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 108 - color contains mainly: green. Hex color #046C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046C40 is #FB93BF. Grayscale: #474747. Windows color (decimal): -16487360 or 4221956. OLE color: 4221956.

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

Color convert

RGB 4 108 64 -
CMYK 0.96 0 0.41 0.58
HSL 154.62º 0.93% 0.22% -
HSV(B) 154.62º 0.96% 0.42% -
XYZ 6.34 11.12 6.66 -
YUV 71.89 123.54 79.58 -
System Red Green Blue C M Y K H S L
Decimal 4 108 64 0.96 0 0.41 0.58 154.62 0.93 0.22
Hex 4 6C 40 60 0 29 3A 9B 5D 16
Octal 4 154 100 140 0 51 72 233 135 26
Binary 100 1101100 1000000 1100000 0 101001 111010 10011011 1011101 10110

Color Harmonies of #046C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C40

Black with #046C40

Text Example


Text Example

White with #046C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,108,64); }

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

background-color css

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

 a { background-color: rgb(4,108,64); }

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

border-color css

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

 span { border-color: rgb(4,108,64); }

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