#095346

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

Shades of Cyprus #095346

Tints of Cyprus #095346

Color information

#095346 (or 0x095346) is unknown color: approx Cyprus. HEX triplet: 09, 53 and 46. RGB value is (9,83,70). Sum of RGB (Red+Green+Blue) = 9+83+70=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #095346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095346 is #F6ACB9. Grayscale: #3B3B3B. Windows color (decimal): -16166074 or 4608777. OLE color: 4608777.

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

Color convert

RGB98370-
CMYK0.8900.160.67
HSL169.46º80.43%18.04%-
HSV(B)169.46º89.16%32.55%-
XYZ4.316.696.86-
YUV59.39133.9892.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.56%
GREEN value IS 83 (32.81% from 255) = 51.23%
BLUE value IS 70 (27.73% from 255) = 43.21%
R=5.56%
G=51.23%
B=43.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983700.8900.160.67169.4680.4318.04
Hex953465901043a95012
Octal1112310613102010325112022
Binary1001101001110001101011001010000100001110101001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095346; }

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

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

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

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

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

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

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

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