Html Css Color HEX #046340 Jewel

📋 copy color: '#046340'

red 4 ◦ green 99 ◦ blue 64

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

Shades of Jewel #046340

Tints of Jewel #046340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 59.28%

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

R = 2.4%
G = 59.28%
B = 38.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#046340 (or 0x046340) is known color: Jewel. HEX triplet: 04, 63 and 40. RGB value is (4,99,64). Sum of RGB (Red+Green+Blue) = 4+99+64=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #046340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046340 is #FB9CBF. Grayscale: #424242. Windows color (decimal): -16489664 or 4219652. OLE color: 4219652.

HSL color Cylindrical-coordinate representation of color #046340: hue angle of 157.89º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046340 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 99 64 -
CMYK 0.96 0 0.35 0.61
HSL 157.89º 0.92% 0.2% -
HSV(B) 157.89º 0.96% 0.39% -
XYZ 5.44 9.32 6.36 -
YUV 66.61 126.53 83.35 -
System Red Green Blue C M Y K H S L
Decimal 4 99 64 0.96 0 0.35 0.61 157.89 0.92 0.2
Hex 4 63 40 60 0 23 3D 9E 5C 14
Octal 4 143 100 140 0 43 75 236 134 24
Binary 100 1100011 1000000 1100000 0 100011 111101 10011110 1011100 10100

Color Harmonies of #046340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046340

Black with #046340

Text Example


Text Example

White with #046340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046340; }

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

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

background-color css

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

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

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

border-color css

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

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

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