#096441

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

Shades of Jewel #096441

Tints of Jewel #096441

Color information

#096441 (or 0x096441) is unknown color: approx Jewel. HEX triplet: 09, 64 and 41. RGB value is (9,100,65). Sum of RGB (Red+Green+Blue) = 9+100+65=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #096441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096441 is #F69BBE. Grayscale: #444444. Windows color (decimal): -16161727 or 4285449. OLE color: 4285449.

HSL color Cylindrical-coordinate representation of color #096441: hue angle of 156.92º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096441 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB910065-
CMYK0.9100.350.61
HSL156.92º83.49%21.37%-
HSV(B)156.92º91%39.22%-
XYZ5.629.556.55-
YUV68.8125.8585.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 100 (39.45% from 255) = 57.47%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=5.17%
G=57.47%
B=37.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9100650.9100.350.61156.9283.4921.37
Hex964415B0233D9d5315
Octal111441011330437523512325
Binary1001110010010000011011011010001111110110011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096441; }

 p { color: rgb(9,100,65); }

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

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

 a { background-color: rgb(9,100,65); }

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

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

 span { border-color: rgb(9,100,65); }

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