#094741

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

Shades of Cyprus #094741

Tints of Cyprus #094741

Color information

#094741 (or 0x094741) is unknown color: approx Cyprus. HEX triplet: 09, 47 and 41. RGB value is (9,71,65). Sum of RGB (Red+Green+Blue) = 9+71+65=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #094741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094741 is #F6B8BE. Grayscale: #333333. Windows color (decimal): -16169151 or 4278025. OLE color: 4278025.

HSL color Cylindrical-coordinate representation of color #094741: hue angle of 174.19º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094741 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB97165-
CMYK0.8700.080.72
HSL174.19º77.5%15.69%-
HSV(B)174.19º87.32%27.84%-
XYZ3.324.955.78-
YUV51.78135.4697.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 71 (28.12% from 255) = 48.97%
BLUE value IS 65 (25.78% from 255) = 44.83%
R=6.21%
G=48.97%
B=44.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal971650.8700.080.72174.1977.515.69
Hex94741570848ae4e10
Octal1110710112701011025611620
Binary100110001111000001101011101000100100010101110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094741; }

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

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

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

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

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

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

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

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