#09504A

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

Shades of Cyprus #09504A

Tints of Cyprus #09504A

Color information

#09504A (or 0x09504A) is unknown color: approx Cyprus. HEX triplet: 09, 50 and 4A. RGB value is (9,80,74). Sum of RGB (Red+Green+Blue) = 9+80+74=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #09504A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09504A is #F6AFB5. Grayscale: #3A3A3A. Windows color (decimal): -16166838 or 4870153. OLE color: 4870153.

HSL color Cylindrical-coordinate representation of color #09504A: hue angle of 174.93º 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 #09504A is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB98074-
CMYK0.8900.080.69
HSL174.93º79.78%17.45%-
HSV(B)174.93º88.75%31.37%-
XYZ4.226.297.47-
YUV58.09136.9892.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 74 (29.30% from 255) = 45.40%
R=5.52%
G=49.08%
B=45.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal980740.8900.080.69174.9379.7817.45
Hex9504A590845af5011
Octal1112011213101010525712021
Binary100110100001001010101100101000100010110101111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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