#0A4744

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

Shades of Cyprus #0A4744

Tints of Cyprus #0A4744

Color information

#0A4744 (or 0x0A4744) is unknown color: approx Cyprus. HEX triplet: 0A, 47 and 44. RGB value is (10,71,68). Sum of RGB (Red+Green+Blue) = 10+71+68=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #0A4744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4744 is #F5B8BB. Grayscale: #343434. Windows color (decimal): -16103612 or 4474634. OLE color: 4474634.

HSL color Cylindrical-coordinate representation of color #0A4744: hue angle of 177.05º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4744 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB107168-
CMYK0.8600.040.72
HSL177.05º75.31%15.88%-
HSV(B)177.05º85.92%27.84%-
XYZ3.424.996.25-
YUV52.42136.7997.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.71%
GREEN value IS 71 (28.12% from 255) = 47.65%
BLUE value IS 68 (26.95% from 255) = 45.64%
R=6.71%
G=47.65%
B=45.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1071680.8600.040.72177.0575.3115.88
HexA4744560448b14b10
Octal121071041260411026111320
Binary10101000111100010010101100100100100010110001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,71,68); }

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

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

 a { background-color: rgb(10,71,68); }

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

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

 span { border-color: rgb(10,71,68); }

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