#094749

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

Shades of Cyprus #094749

Tints of Cyprus #094749

Color information

#094749 (or 0x094749) is unknown color: approx Cyprus. HEX triplet: 09, 47 and 49. RGB value is (9,71,73). Sum of RGB (Red+Green+Blue) = 9+71+73=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #094749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094749 is #F6B8B6. Grayscale: #343434. Windows color (decimal): -16169143 or 4802313. OLE color: 4802313.

HSL color Cylindrical-coordinate representation of color #094749: hue angle of 181.88º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094749 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB97173-
CMYK0.880.0300.71
HSL181.88º78.05%16.08%-
HSV(B)181.88º87.67%28.63%-
XYZ3.575.057.09-
YUV52.69139.4696.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.88%
GREEN value IS 71 (28.12% from 255) = 46.41%
BLUE value IS 73 (28.91% from 255) = 47.71%
R=5.88%
G=46.41%
B=47.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal971730.880.0300.71181.8878.0516.08
Hex94749583047b64e10
Octal111071111303010726611620
Binary1001100011110010011011000110100011110110110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094749; }

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

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

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

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

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

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

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

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