#09534D

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

Shades of Cyprus #09534D

Tints of Cyprus #09534D

Color information

#09534D (or 0x09534D) is unknown color: approx Cyprus. HEX triplet: 09, 53 and 4D. RGB value is (9,83,77). Sum of RGB (Red+Green+Blue) = 9+83+77=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #09534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09534D is #F6ACB2. Grayscale: #3C3C3C. Windows color (decimal): -16166067 or 5067529. OLE color: 5067529.

HSL color Cylindrical-coordinate representation of color #09534D: hue angle of 175.14º 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 #09534D is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB98377-
CMYK0.8900.070.67
HSL175.14º80.43%18.04%-
HSV(B)175.14º89.16%32.55%-
XYZ4.556.788.09-
YUV60.19137.4891.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.33%
GREEN value IS 83 (32.81% from 255) = 49.11%
BLUE value IS 77 (30.47% from 255) = 45.56%
R=5.33%
G=49.11%
B=45.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983770.8900.070.67175.1480.4318.04
Hex9534D590743af5012
Octal111231151310710325712022
Binary10011010011100110110110010111100001110101111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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