Html Css Color HEX #046040 Jewel

📋 copy color: '#046040'

red 4 ◦ green 96 ◦ blue 64

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

Shades of Jewel #046040

Tints of Jewel #046040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 58.54%

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

R = 2.44%
G = 58.54%
B = 39.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#046040 (or 0x046040) is known color: Jewel. HEX triplet: 04, 60 and 40. RGB value is (4,96,64). Sum of RGB (Red+Green+Blue) = 4+96+64=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #046040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046040 is #FB9FBF. Grayscale: #404040. Windows color (decimal): -16490432 or 4218884. OLE color: 4218884.

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

Color convert

RGB 4 96 64 -
CMYK 0.96 0 0.33 0.62
HSL 159.13º 0.92% 0.2% -
HSV(B) 159.13º 0.96% 0.38% -
XYZ 5.16 8.76 6.27 -
YUV 64.84 127.52 84.6 -
System Red Green Blue C M Y K H S L
Decimal 4 96 64 0.96 0 0.33 0.62 159.13 0.92 0.2
Hex 4 60 40 60 0 21 3E 9F 5C 14
Octal 4 140 100 140 0 41 76 237 134 24
Binary 100 1100000 1000000 1100000 0 100001 111110 10011111 1011100 10100

Color Harmonies of #046040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046040

Black with #046040

Text Example


Text Example

White with #046040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046040; }

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

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

background-color css

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

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

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

border-color css

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

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

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