#0A5548

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

Shades of Cyprus #0A5548

Tints of Cyprus #0A5548

Color information

#0A5548 (or 0x0A5548) is unknown color: approx Cyprus. HEX triplet: 0A, 55 and 48. RGB value is (10,85,72). Sum of RGB (Red+Green+Blue) = 10+85+72=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #0A5548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5548 is #F5AAB7. Grayscale: #3D3D3D. Windows color (decimal): -16100024 or 4740362. OLE color: 4740362.

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

Color convert

RGB108572-
CMYK0.8800.150.67
HSL169.6º78.95%18.63%-
HSV(B)169.6º88.24%33.33%-
XYZ4.547.037.25-
YUV61.09134.1591.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.99%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=5.99%
G=50.90%
B=43.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1085720.8800.150.67169.678.9518.63
HexA5548580F43aa4f13
Octal1212511013001710325211723
Binary101010101011001000101100001111100001110101010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,85,72); }

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

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

 a { background-color: rgb(10,85,72); }

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

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

 span { border-color: rgb(10,85,72); }

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