Html Css Color HEX #046C41 Jewel

📋 copy color: '#046C41'

red 4 ◦ green 108 ◦ blue 65

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

Shades of Jewel #046C41

Tints of Jewel #046C41

RGB

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

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

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

R = 2.26%
G = 61.02%
B = 36.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#046C41 (or 0x046C41) is known color: Jewel. HEX triplet: 04, 6C and 41. RGB value is (4,108,65). Sum of RGB (Red+Green+Blue) = 4+108+65=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 108 (42.58% from 255 or 61.02% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 108 - color contains mainly: green. Hex color #046C41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046C41 is #FB93BE. Grayscale: #484848. Windows color (decimal): -16487359 or 4287492. OLE color: 4287492.

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

Color convert

RGB 4 108 65 -
CMYK 0.96 0 0.40 0.58
HSL 155.19º 0.93% 0.22% -
HSV(B) 155.19º 0.96% 0.42% -
XYZ 6.37 11.13 6.81 -
YUV 72 124.04 79.5 -
System Red Green Blue C M Y K H S L
Decimal 4 108 65 0.96 0 0.40 0.58 155.19 0.93 0.22
Hex 4 6C 41 60 0 28 3A 9B 5D 16
Octal 4 154 101 140 0 50 72 233 135 26
Binary 100 1101100 1000001 1100000 0 101000 111010 10011011 1011101 10110

Color Harmonies of #046C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C41

Black with #046C41

Text Example


Text Example

White with #046C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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