#0A5348

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

Shades of Cyprus #0A5348

Tints of Cyprus #0A5348

Color information

#0A5348 (or 0x0A5348) is unknown color: approx Cyprus. HEX triplet: 0A, 53 and 48. RGB value is (10,83,72). Sum of RGB (Red+Green+Blue) = 10+83+72=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5348 is #F5ACB7. Grayscale: #3B3B3B. Windows color (decimal): -16100536 or 4739850. OLE color: 4739850.

HSL color Cylindrical-coordinate representation of color #0A5348: hue angle of 170.96º 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 #0A5348 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB108372-
CMYK0.8800.130.67
HSL170.96º78.49%18.24%-
HSV(B)170.96º87.95%32.55%-
XYZ4.396.727.2-
YUV59.92134.8292.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.06%
GREEN value IS 83 (32.81% from 255) = 50.30%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=6.06%
G=50.30%
B=43.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1083720.8800.130.67170.9678.4918.24
HexA5348580D43ab4e12
Octal1212311013001510325311622
Binary101010100111001000101100001101100001110101011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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