#09504C

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

Shades of Cyprus #09504C

Tints of Cyprus #09504C

Color information

#09504C (or 0x09504C) is unknown color: approx Cyprus. HEX triplet: 09, 50 and 4C. RGB value is (9,80,76). Sum of RGB (Red+Green+Blue) = 9+80+76=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #09504C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09504C is #F6AFB3. Grayscale: #3A3A3A. Windows color (decimal): -16166836 or 5001225. OLE color: 5001225.

HSL color Cylindrical-coordinate representation of color #09504C: hue angle of 176.62º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09504C is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB98076-
CMYK0.8900.050.69
HSL176.62º79.78%17.45%-
HSV(B)176.62º88.75%31.37%-
XYZ4.296.327.83-
YUV58.32137.9892.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.45%
GREEN value IS 80 (31.64% from 255) = 48.48%
BLUE value IS 76 (30.08% from 255) = 46.06%
R=5.45%
G=48.48%
B=46.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal980760.8900.050.69176.6279.7817.45
Hex9504C590545b15011
Octal111201141310510526112021
Binary10011010000100110010110010101100010110110001101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09504C; }

 p { color: rgb(9,80,76); }

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

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

 a { background-color: rgb(9,80,76); }

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

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

 span { border-color: rgb(9,80,76); }

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