#095345

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

Shades of Cyprus #095345

Tints of Cyprus #095345

Color information

#095345 (or 0x095345) is unknown color: approx Cyprus. HEX triplet: 09, 53 and 45. RGB value is (9,83,69). Sum of RGB (Red+Green+Blue) = 9+83+69=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #095345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095345 is #F6ACBA. Grayscale: #3B3B3B. Windows color (decimal): -16166075 or 4543241. OLE color: 4543241.

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

Color convert

RGB98369-
CMYK0.8900.170.67
HSL168.65º80.43%18.04%-
HSV(B)168.65º89.16%32.55%-
XYZ4.286.676.69-
YUV59.28133.4892.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.59%
GREEN value IS 83 (32.81% from 255) = 51.55%
BLUE value IS 69 (27.34% from 255) = 42.86%
R=5.59%
G=51.55%
B=42.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983690.8900.170.67168.6580.4318.04
Hex953455901143a95012
Octal1112310513102110325112022
Binary1001101001110001011011001010001100001110101001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095345; }

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

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

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

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

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

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

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

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