#097044

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

Shades of Jewel #097044

Tints of Jewel #097044

Color information

#097044 (or 0x097044) is unknown color: approx Jewel. HEX triplet: 09, 70 and 44. RGB value is (9,112,68). Sum of RGB (Red+Green+Blue) = 9+112+68=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #097044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097044 is #F68FBB. Grayscale: #4C4C4C. Windows color (decimal): -16158652 or 4485129. OLE color: 4485129.

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

Color convert

RGB911268-
CMYK0.9200.390.56
HSL154.37º85.12%23.73%-
HSV(B)154.37º91.96%43.92%-
XYZ6.9512.067.43-
YUV76.19123.3880.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.76%
GREEN value IS 112 (44.14% from 255) = 59.26%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=4.76%
G=59.26%
B=35.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9112680.9200.390.56154.3785.1223.73
Hex970445C027389a5518
Octal111601041340477023212530
Binary1001111000010001001011100010011111100010011010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097044; }

 p { color: rgb(9,112,68); }

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

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

 a { background-color: rgb(9,112,68); }

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

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

 span { border-color: rgb(9,112,68); }

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