#094846

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

Shades of Cyprus #094846

Tints of Cyprus #094846

Color information

#094846 (or 0x094846) is unknown color: approx Cyprus. HEX triplet: 09, 48 and 46. RGB value is (9,72,70). Sum of RGB (Red+Green+Blue) = 9+72+70=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #094846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094846 is #F6B7B9. Grayscale: #343434. Windows color (decimal): -16168890 or 4605961. OLE color: 4605961.

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

Color convert

RGB97270-
CMYK0.8800.030.72
HSL178.1º77.78%15.88%-
HSV(B)178.1º87.5%28.24%-
XYZ3.545.146.6-
YUV52.94137.6396.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.96%
GREEN value IS 72 (28.52% from 255) = 47.68%
BLUE value IS 70 (27.73% from 255) = 46.36%
R=5.96%
G=47.68%
B=46.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972700.8800.030.72178.177.7815.88
Hex94846580348b24e10
Octal111101061300311026211620
Binary1001100100010001101011000011100100010110010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094846; }

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

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

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

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

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

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

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

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