#094B4A

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

Shades of Cyprus #094B4A

Tints of Cyprus #094B4A

Color information

#094B4A (or 0x094B4A) is unknown color: approx Cyprus. HEX triplet: 09, 4B and 4A. RGB value is (9,75,74). Sum of RGB (Red+Green+Blue) = 9+75+74=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #094B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B4A is #F6B4B5. Grayscale: #373737. Windows color (decimal): -16168118 or 4868873. OLE color: 4868873.

HSL color Cylindrical-coordinate representation of color #094B4A: hue angle of 179.09º degrees, saturation: 0.79, 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 #094B4A is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB97574-
CMYK0.8800.010.71
HSL179.09º78.57%16.47%-
HSV(B)179.09º88%29.41%-
XYZ3.865.587.35-
YUV55.15138.6395.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 75 (29.69% from 255) = 47.47%
BLUE value IS 74 (29.30% from 255) = 46.84%
R=5.70%
G=47.47%
B=46.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal975740.8800.010.71179.0978.5716.47
Hex94B4A580147b34f10
Octal111131121300110726311720
Binary100110010111001010101100001100011110110011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094B4A; }

 p { color: rgb(9,75,74); }

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

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

 a { background-color: rgb(9,75,74); }

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

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

 span { border-color: rgb(9,75,74); }

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