#0A4948

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

Shades of Cyprus #0A4948

Tints of Cyprus #0A4948

Color information

#0A4948 (or 0x0A4948) is unknown color: approx Cyprus. HEX triplet: 0A, 49 and 48. RGB value is (10,73,72). Sum of RGB (Red+Green+Blue) = 10+73+72=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4948 is #F5B6B7. Grayscale: #353535. Windows color (decimal): -16103096 or 4737290. OLE color: 4737290.

HSL color Cylindrical-coordinate representation of color #0A4948: hue angle of 179.05º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4948 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB107372-
CMYK0.8600.010.71
HSL179.05º75.9%16.27%-
HSV(B)179.05º86.3%28.63%-
XYZ3.685.36.96-
YUV54.05138.1396.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.45%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 72 (28.52% from 255) = 46.45%
R=6.45%
G=47.10%
B=46.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1073720.8600.010.71179.0575.916.27
HexA4948560147b34c10
Octal121111101260110726311420
Binary101010010011001000101011001100011110110011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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