#095545

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

Shades of Cyprus #095545

Tints of Cyprus #095545

Color information

#095545 (or 0x095545) is unknown color: approx Cyprus. HEX triplet: 09, 55 and 45. RGB value is (9,85,69). Sum of RGB (Red+Green+Blue) = 9+85+69=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #095545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095545 is #F6AABA. Grayscale: #3C3C3C. Windows color (decimal): -16165563 or 4543753. OLE color: 4543753.

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

Color convert

RGB98569-
CMYK0.8900.190.67
HSL167.37º80.85%18.43%-
HSV(B)167.37º89.41%33.33%-
XYZ4.446.986.74-
YUV60.45132.8291.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 85 (33.59% from 255) = 52.15%
BLUE value IS 69 (27.34% from 255) = 42.33%
R=5.52%
G=52.15%
B=42.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985690.8900.190.67167.3780.8518.43
Hex955455901343a75112
Octal1112510513102310324712122
Binary1001101010110001011011001010011100001110100111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095545; }

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

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

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

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

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

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

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

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