#095648

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

Shades of Cyprus #095648

Tints of Cyprus #095648

Color information

#095648 (or 0x095648) is unknown color: approx Cyprus. HEX triplet: 09, 56 and 48. RGB value is (9,86,72). Sum of RGB (Red+Green+Blue) = 9+86+72=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 86 (33.98% from 255 or 51.50% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 86 - color contains mainly: green. Hex color #095648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095648 is #F6A9B7. Grayscale: #3D3D3D. Windows color (decimal): -16165304 or 4740617. OLE color: 4740617.

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

Color convert

RGB98672-
CMYK0.9000.160.66
HSL169.09º81.05%18.63%-
HSV(B)169.09º89.53%33.73%-
XYZ4.617.187.27-
YUV61.38133.9990.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 86 (33.98% from 255) = 51.50%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=5.39%
G=51.50%
B=43.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal986720.9000.160.66169.0981.0518.63
Hex956485A01042a95113
Octal1112611013202010225112123
Binary1001101011010010001011010010000100001010101001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095648; }

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

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

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

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

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

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

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

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