#0A5349

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

Shades of Cyprus #0A5349

Tints of Cyprus #0A5349

Color information

#0A5349 (or 0x0A5349) is unknown color: approx Cyprus. HEX triplet: 0A, 53 and 49. RGB value is (10,83,73). Sum of RGB (Red+Green+Blue) = 10+83+73=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5349 is #F5ACB6. Grayscale: #3C3C3C. Windows color (decimal): -16100535 or 4805386. OLE color: 4805386.

HSL color Cylindrical-coordinate representation of color #0A5349: hue angle of 171.78º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5349 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB108373-
CMYK0.8800.120.67
HSL171.78º78.49%18.24%-
HSV(B)171.78º87.95%32.55%-
XYZ4.426.737.37-
YUV60.03135.3292.31-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.02%
GREEN value IS 83 (32.81% from 255) = 50%
BLUE value IS 73 (28.91% from 255) = 43.98%
R=6.02%
G=50%
B=43.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1083730.8800.120.67171.7878.4918.24
HexA5349580C43ac4e12
Octal1212311113001410325411622
Binary101010100111001001101100001100100001110101100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A5349; }

 p { color: rgb(10,83,73); }

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

<style>
 a { background-color: #0A5349; }

 a { background-color: rgb(10,83,73); }

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

<style>
 span { border-color: #0A5349; }

 span { border-color: rgb(10,83,73); }

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