#09524B

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

Shades of Cyprus #09524B

Tints of Cyprus #09524B

Color information

#09524B (or 0x09524B) is unknown color: approx Cyprus. HEX triplet: 09, 52 and 4B. RGB value is (9,82,75). Sum of RGB (Red+Green+Blue) = 9+82+75=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #09524B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09524B is #F6ADB4. Grayscale: #3B3B3B. Windows color (decimal): -16166325 or 4936201. OLE color: 4936201.

HSL color Cylindrical-coordinate representation of color #09524B: hue angle of 174.25º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09524B is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB98275-
CMYK0.8900.090.68
HSL174.25º80.22%17.84%-
HSV(B)174.25º89.02%32.16%-
XYZ4.46.67.7-
YUV59.38136.8292.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.42%
GREEN value IS 82 (32.42% from 255) = 49.40%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=5.42%
G=49.40%
B=45.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982750.8900.090.68174.2580.2217.84
Hex9524B590944ae5012
Octal1112211313101110425612022
Binary100110100101001011101100101001100010010101110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09524B; }

 p { color: rgb(9,82,75); }

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

<style>
 a { background-color: #09524B; }

 a { background-color: rgb(9,82,75); }

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

<style>
 span { border-color: #09524B; }

 span { border-color: rgb(9,82,75); }

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