#09534A

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

Shades of Cyprus #09534A

Tints of Cyprus #09534A

Color information

#09534A (or 0x09534A) is unknown color: approx Cyprus. HEX triplet: 09, 53 and 4A. RGB value is (9,83,74). Sum of RGB (Red+Green+Blue) = 9+83+74=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #09534A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09534A is #F6ACB5. Grayscale: #3B3B3B. Windows color (decimal): -16166070 or 4870921. OLE color: 4870921.

HSL color Cylindrical-coordinate representation of color #09534A: hue angle of 172.7º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09534A is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB98374-
CMYK0.8900.110.67
HSL172.7º80.43%18.04%-
HSV(B)172.7º89.16%32.55%-
XYZ4.446.747.55-
YUV59.85135.9891.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.42%
GREEN value IS 83 (32.81% from 255) = 50%
BLUE value IS 74 (29.30% from 255) = 44.58%
R=5.42%
G=50%
B=44.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983740.8900.110.67172.780.4318.04
Hex9534A590B43ad5012
Octal1112311213101310325512022
Binary100110100111001010101100101011100001110101101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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