#095349

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

Shades of Cyprus #095349

Tints of Cyprus #095349

Color information

#095349 (or 0x095349) is unknown color: approx Cyprus. HEX triplet: 09, 53 and 49. RGB value is (9,83,73). Sum of RGB (Red+Green+Blue) = 9+83+73=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #095349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095349 is #F6ACB6. Grayscale: #3B3B3B. Windows color (decimal): -16166071 or 4805385. OLE color: 4805385.

HSL color Cylindrical-coordinate representation of color #095349: hue angle of 171.89º degrees, saturation: 0.8, 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 #095349 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB98373-
CMYK0.8900.120.67
HSL171.89º80.43%18.04%-
HSV(B)171.89º89.16%32.55%-
XYZ4.416.737.37-
YUV59.73135.4891.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.45%
GREEN value IS 83 (32.81% from 255) = 50.30%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=5.45%
G=50.30%
B=44.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983730.8900.120.67171.8980.4318.04
Hex95349590C43ac5012
Octal1112311113101410325412022
Binary100110100111001001101100101100100001110101100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095349; }

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

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

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

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

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

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

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

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