#094940

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

Shades of Cyprus #094940

Tints of Cyprus #094940

Color information

#094940 (or 0x094940) is unknown color: approx Cyprus. HEX triplet: 09, 49 and 40. RGB value is (9,73,64). Sum of RGB (Red+Green+Blue) = 9+73+64=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #094940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094940 is #F6B6BF. Grayscale: #343434. Windows color (decimal): -16168640 or 4213001. OLE color: 4213001.

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

Color convert

RGB97364-
CMYK0.8800.120.71
HSL171.56º78.05%16.08%-
HSV(B)171.56º87.67%28.63%-
XYZ3.425.195.67-
YUV52.84134.396.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 73 (28.91% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=6.16%
G=50%
B=43.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal973640.8800.120.71171.5678.0516.08
Hex94940580C47ac4e10
Octal1111110013001410725411620
Binary100110010011000000101100001100100011110101100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094940; }

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

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

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

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

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

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

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

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