#095641

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

Shades of Jewel #095641

Tints of Jewel #095641

Color information

#095641 (or 0x095641) is unknown color: approx Jewel. HEX triplet: 09, 56 and 41. RGB value is (9,86,65). Sum of RGB (Red+Green+Blue) = 9+86+65=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #095641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095641 is #F6A9BE. Grayscale: #3C3C3C. Windows color (decimal): -16165311 or 4281865. OLE color: 4281865.

HSL color Cylindrical-coordinate representation of color #095641: hue angle of 163.64º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095641 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB98665-
CMYK0.9000.240.66
HSL163.64º81.05%18.63%-
HSV(B)163.64º89.53%33.73%-
XYZ4.397.16.14-
YUV60.58130.4991.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.62%
GREEN value IS 86 (33.98% from 255) = 53.75%
BLUE value IS 65 (25.78% from 255) = 40.62%
R=5.62%
G=53.75%
B=40.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal986650.9000.240.66163.6481.0518.63
Hex956415A01842a45113
Octal1112610113203010224412123
Binary1001101011010000011011010011000100001010100100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095641; }

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

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

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

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

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

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

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

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