#047241

Color #047241 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #047241

Tints of Jewel #047241

Color information

#047241 (or 0x047241) is unknown color: approx Jewel. HEX triplet: 04, 72 and 41. RGB value is (4,114,65). Sum of RGB (Red+Green+Blue) = 4+114+65=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #047241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047241 is #FB8DBE. Grayscale: #4B4B4B. Windows color (decimal): -16485823 or 4289028. OLE color: 4289028.

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

Color convert

RGB411465-
CMYK0.9600.430.55
HSL153.27º93.22%23.14%-
HSV(B)153.27º96.49%44.71%-
XYZ7.0212.447.03-
YUV75.52122.0676.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.19%
GREEN value IS 114 (44.92% from 255) = 62.30%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=2.19%
G=62.30%
B=35.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4114650.9600.430.55153.2793.2223.14
Hex472416002B37995d17
Octal41621011400536723113527
Binary100111001010000011100000010101111011110011001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047241; }

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

 H1.HeaderClassName
 {
   color: #047241;
 }
 .AnyTagClassName
 {
   color: #047241;
 }
</style>
background-color css

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

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

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

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

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

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