Html Css Color HEX #047342 Jewel

📋 copy color: '#047342'

red 4 ◦ green 115 ◦ blue 66

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

Shades of Jewel #047342

Tints of Jewel #047342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 62.16%

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 2.16%
G = 62.16%
B = 35.68%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#047342 (or 0x047342) is known color: Jewel. HEX triplet: 04, 73 and 42. RGB value is (4,115,66). Sum of RGB (Red+Green+Blue) = 4+115+66=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #047342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047342 is #FB8CBD. Grayscale: #4C4C4C. Windows color (decimal): -16485566 or 4354820. OLE color: 4354820.

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

Color convert

RGB 4 115 66 -
CMYK 0.97 0 0.43 0.55
HSL 153.51º 0.93% 0.23% -
HSV(B) 153.51º 0.97% 0.45% -
XYZ 7.16 12.68 7.22 -
YUV 76.23 122.23 76.48 -
System Red Green Blue C M Y K H S L
Decimal 4 115 66 0.97 0 0.43 0.55 153.51 0.93 0.23
Hex 4 73 42 61 0 2B 37 9A 5D 17
Octal 4 163 102 141 0 53 67 232 135 27
Binary 100 1110011 1000010 1100001 0 101011 110111 10011010 1011101 10111

Color Harmonies of #047342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047342

Black with #047342

Text Example


Text Example

White with #047342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047342; }

 p { color: rgb(4,115,66); }

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

background-color css

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

 a { background-color: rgb(4,115,66); }

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

border-color css

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

 span { border-color: rgb(4,115,66); }

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