#095448

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

Shades of Cyprus #095448

Tints of Cyprus #095448

Color information

#095448 (or 0x095448) is unknown color: approx Cyprus. HEX triplet: 09, 54 and 48. RGB value is (9,84,72). Sum of RGB (Red+Green+Blue) = 9+84+72=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #095448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095448 is #F6ABB7. Grayscale: #3C3C3C. Windows color (decimal): -16165816 or 4740105. OLE color: 4740105.

HSL color Cylindrical-coordinate representation of color #095448: hue angle of 170.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095448 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB98472-
CMYK0.8900.140.67
HSL170.4º80.65%18.24%-
HSV(B)170.4º89.29%32.94%-
XYZ4.456.877.22-
YUV60.21134.6591.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.45%
GREEN value IS 84 (33.20% from 255) = 50.91%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=5.45%
G=50.91%
B=43.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal984720.8900.140.67170.480.6518.24
Hex95448590E43aa5112
Octal1112411013101610325212122
Binary100110101001001000101100101110100001110101010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095448; }

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

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

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

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

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

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

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

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