#095146

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

Shades of Cyprus #095146

Tints of Cyprus #095146

Color information

#095146 (or 0x095146) is unknown color: approx Cyprus. HEX triplet: 09, 51 and 46. RGB value is (9,81,70). Sum of RGB (Red+Green+Blue) = 9+81+70=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #095146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095146 is #F6AEB9. Grayscale: #3A3A3A. Windows color (decimal): -16166586 or 4608265. OLE color: 4608265.

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

Color convert

RGB98170-
CMYK0.8900.140.68
HSL170.83º80%17.65%-
HSV(B)170.83º88.89%31.76%-
XYZ4.166.396.81-
YUV58.22134.6592.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.62%
GREEN value IS 81 (32.03% from 255) = 50.62%
BLUE value IS 70 (27.73% from 255) = 43.75%
R=5.62%
G=50.62%
B=43.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal981700.8900.140.68170.838017.65
Hex95146590E44ab5012
Octal1112110613101610425312022
Binary100110100011000110101100101110100010010101011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095146; }

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

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

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

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

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

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

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

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