#095649

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

Shades of Cyprus #095649

Tints of Cyprus #095649

Color information

#095649 (or 0x095649) is unknown color: approx Cyprus. HEX triplet: 09, 56 and 49. RGB value is (9,86,73). Sum of RGB (Red+Green+Blue) = 9+86+73=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #095649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095649 is #F6A9B6. Grayscale: #3D3D3D. Windows color (decimal): -16165303 or 4806153. OLE color: 4806153.

HSL color Cylindrical-coordinate representation of color #095649: hue angle of 169.87º 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 #095649 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB98673-
CMYK0.9000.150.66
HSL169.87º81.05%18.63%-
HSV(B)169.87º89.53%33.73%-
XYZ4.647.197.45-
YUV61.5134.4990.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.36%
GREEN value IS 86 (33.98% from 255) = 51.19%
BLUE value IS 73 (28.91% from 255) = 43.45%
R=5.36%
G=51.19%
B=43.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal986730.9000.150.66169.8781.0518.63
Hex956495A0F42aa5113
Octal1112611113201710225212123
Binary100110101101001001101101001111100001010101010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095649; }

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

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

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

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

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

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

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

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