Html Css Color HEX #047041 Jewel

📋 copy color: '#047041'

red 4 ◦ green 112 ◦ blue 65

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

Shades of Jewel #047041

Tints of Jewel #047041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 61.88%

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

R = 2.21%
G = 61.88%
B = 35.91%

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

#047041 (or 0x047041) is known color: Jewel. HEX triplet: 04, 70 and 41. RGB value is (4,112,65). Sum of RGB (Red+Green+Blue) = 4+112+65=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #047041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047041 is #FB8FBE. Grayscale: #4A4A4A. Windows color (decimal): -16486335 or 4288516. OLE color: 4288516.

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

Color convert

RGB 4 112 65 -
CMYK 0.96 0 0.42 0.56
HSL 153.89º 0.93% 0.23% -
HSV(B) 153.89º 0.96% 0.44% -
XYZ 6.8 12 6.96 -
YUV 74.35 122.72 77.82 -
System Red Green Blue C M Y K H S L
Decimal 4 112 65 0.96 0 0.42 0.56 153.89 0.93 0.23
Hex 4 70 41 60 0 2A 38 9A 5D 17
Octal 4 160 101 140 0 52 70 232 135 27
Binary 100 1110000 1000001 1100000 0 101010 111000 10011010 1011101 10111

Color Harmonies of #047041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047041

Black with #047041

Text Example


Text Example

White with #047041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047041; }

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

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

background-color css

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

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

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

border-color css

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

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

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