#094840

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

Shades of Cyprus #094840

Tints of Cyprus #094840

Color information

#094840 (or 0x094840) is unknown color: approx Cyprus. HEX triplet: 09, 48 and 40. RGB value is (9,72,64). Sum of RGB (Red+Green+Blue) = 9+72+64=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #094840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094840 is #F6B7BF. Grayscale: #343434. Windows color (decimal): -16168896 or 4212745. OLE color: 4212745.

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

Color convert

RGB97264-
CMYK0.8800.110.72
HSL172.38º77.78%15.88%-
HSV(B)172.38º87.5%28.24%-
XYZ3.365.065.65-
YUV52.25134.6397.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 72 (28.52% from 255) = 49.66%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=6.21%
G=49.66%
B=44.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972640.8800.110.72172.3877.7815.88
Hex94840580B48ac4e10
Octal1111010013001311025411620
Binary100110010001000000101100001011100100010101100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094840; }

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

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

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

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

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

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

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

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