#097346

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

Shades of Jewel #097346

Tints of Jewel #097346

Color information

#097346 (or 0x097346) is unknown color: approx Jewel. HEX triplet: 09, 73 and 46. RGB value is (9,115,70). Sum of RGB (Red+Green+Blue) = 9+115+70=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #097346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097346 is #F68CB9. Grayscale: #4E4E4E. Windows color (decimal): -16157882 or 4616969. OLE color: 4616969.

HSL color Cylindrical-coordinate representation of color #097346: hue angle of 154.53º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097346 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB911570-
CMYK0.9200.390.55
HSL154.53º85.48%24.31%-
HSV(B)154.53º92.17%45.1%-
XYZ7.3512.767.87-
YUV78.18123.3878.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.64%
GREEN value IS 115 (45.31% from 255) = 59.28%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=4.64%
G=59.28%
B=36.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9115700.9200.390.55154.5385.4824.31
Hex973465C027379b5518
Octal111631061340476723312530
Binary1001111001110001101011100010011111011110011011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097346; }

 p { color: rgb(9,115,70); }

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

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

 a { background-color: rgb(9,115,70); }

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

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

 span { border-color: rgb(9,115,70); }

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