Html Css Color HEX #047440 Jewel

📋 copy color: '#047440'

red 4 ◦ green 116 ◦ blue 64

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

Shades of Jewel #047440

Tints of Jewel #047440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 63.04%

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

R = 2.17%
G = 63.04%
B = 34.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#047440 (or 0x047440) is known color: Jewel. HEX triplet: 04, 74 and 40. RGB value is (4,116,64). Sum of RGB (Red+Green+Blue) = 4+116+64=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 116 (45.70% from 255 or 63.04% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 116 - color contains mainly: green. Hex color #047440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047440 is #FB8BBF. Grayscale: #4C4C4C. Windows color (decimal): -16485312 or 4224004. OLE color: 4224004.

HSL color Cylindrical-coordinate representation of color #047440: hue angle of 152.14º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047440 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 116 64 -
CMYK 0.97 0 0.45 0.55
HSL 152.14º 0.93% 0.24% -
HSV(B) 152.14º 0.97% 0.45% -
XYZ 7.22 12.89 6.96 -
YUV 76.58 120.89 76.23 -
System Red Green Blue C M Y K H S L
Decimal 4 116 64 0.97 0 0.45 0.55 152.14 0.93 0.24
Hex 4 74 40 61 0 2D 37 98 5D 18
Octal 4 164 100 141 0 55 67 230 135 30
Binary 100 1110100 1000000 1100001 0 101101 110111 10011000 1011101 11000

Color Harmonies of #047440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047440

Black with #047440

Text Example


Text Example

White with #047440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047440; }

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

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

background-color css

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

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

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

border-color css

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

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

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