#09484A

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

Shades of Cyprus #09484A

Tints of Cyprus #09484A

Color information

#09484A (or 0x09484A) is unknown color: approx Cyprus. HEX triplet: 09, 48 and 4A. RGB value is (9,72,74). Sum of RGB (Red+Green+Blue) = 9+72+74=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #09484A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09484A is #F6B7B5. Grayscale: #353535. Windows color (decimal): -16168886 or 4868105. OLE color: 4868105.

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

Color convert

RGB97274-
CMYK0.880.0300.71
HSL181.85º78.31%16.27%-
HSV(B)181.85º87.84%29.02%-
XYZ3.675.197.29-
YUV53.39139.6396.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 72 (28.52% from 255) = 46.45%
BLUE value IS 74 (29.30% from 255) = 47.74%
R=5.81%
G=46.45%
B=47.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal972740.880.0300.71181.8578.3116.27
Hex9484A583047b64e10
Octal111101121303010726611620
Binary1001100100010010101011000110100011110110110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09484A; }

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

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

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

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

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

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

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

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