#09493F

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

Shades of Cyprus #09493F

Tints of Cyprus #09493F

Color information

#09493F (or 0x09493F) is unknown color: approx Cyprus. HEX triplet: 09, 49 and 3F. RGB value is (9,73,63). Sum of RGB (Red+Green+Blue) = 9+73+63=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #09493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09493F is #F6B6C0. Grayscale: #343434. Windows color (decimal): -16168641 or 4147465. OLE color: 4147465.

HSL color Cylindrical-coordinate representation of color #09493F: hue angle of 170.62º 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 #09493F is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB97363-
CMYK0.8800.140.71
HSL170.62º78.05%16.08%-
HSV(B)170.62º87.67%28.63%-
XYZ3.395.185.52-
YUV52.72133.896.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 73 (28.91% from 255) = 50.34%
BLUE value IS 63 (25% from 255) = 43.45%
R=6.21%
G=50.34%
B=43.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal973630.8800.140.71170.6278.0516.08
Hex9493F580E47ab4e10
Octal111117713001610725311620
Binary10011001001111111101100001110100011110101011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09493F; }

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

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

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

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

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

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

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

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