Html Css Color HEX #047141 Jewel

📋 copy color: '#047141'

red 4 ◦ green 113 ◦ blue 65

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

Shades of Jewel #047141

Tints of Jewel #047141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.09%

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

R = 2.2%
G = 62.09%
B = 35.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#047141 (or 0x047141) is known color: Jewel. HEX triplet: 04, 71 and 41. RGB value is (4,113,65). Sum of RGB (Red+Green+Blue) = 4+113+65=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #047141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047141 is #FB8EBE. Grayscale: #4B4B4B. Windows color (decimal): -16486079 or 4288772. OLE color: 4288772.

HSL color Cylindrical-coordinate representation of color #047141: hue angle of 153.58º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047141 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 113 65 -
CMYK 0.96 0 0.42 0.56
HSL 153.58º 0.93% 0.23% -
HSV(B) 153.58º 0.96% 0.44% -
XYZ 6.91 12.22 7 -
YUV 74.94 122.39 77.4 -
System Red Green Blue C M Y K H S L
Decimal 4 113 65 0.96 0 0.42 0.56 153.58 0.93 0.23
Hex 4 71 41 60 0 2A 38 9A 5D 17
Octal 4 161 101 140 0 52 70 232 135 27
Binary 100 1110001 1000001 1100000 0 101010 111000 10011010 1011101 10111

Color Harmonies of #047141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047141

Black with #047141

Text Example


Text Example

White with #047141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047141; }

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

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

background-color css

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

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

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

border-color css

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

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

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