#047340

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

Shades of Jewel #047340

Tints of Jewel #047340

Color information

#047340 (or 0x047340) is unknown color: approx Jewel. HEX triplet: 04, 73 and 40. RGB value is (4,115,64). Sum of RGB (Red+Green+Blue) = 4+115+64=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 115 (45.31% from 255 or 62.84% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 115 - color contains mainly: green. Hex color #047340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047340 is #FB8CBF. Grayscale: #4C4C4C. Windows color (decimal): -16485568 or 4223748. OLE color: 4223748.

HSL color Cylindrical-coordinate representation of color #047340: hue angle of 152.43º 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 #047340 is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB411564-
CMYK0.9700.440.55
HSL152.43º93.28%23.33%-
HSV(B)152.43º96.52%45.1%-
XYZ7.1112.666.92-
YUV76121.2376.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.19%
GREEN value IS 115 (45.31% from 255) = 62.84%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=2.19%
G=62.84%
B=34.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4115640.9700.440.55152.4393.2823.33
Hex473406102C37985d17
Octal41631001410546723013527
Binary100111001110000001100001010110011011110011000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047340; }

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

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

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

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

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

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

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

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