#0A4840

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

Shades of Cyprus #0A4840

Tints of Cyprus #0A4840

Color information

#0A4840 (or 0x0A4840) is unknown color: approx Cyprus. HEX triplet: 0A, 48 and 40. RGB value is (10,72,64). Sum of RGB (Red+Green+Blue) = 10+72+64=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #0A4840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4840 is #F5B7BF. Grayscale: #343434. Windows color (decimal): -16103360 or 4212746. OLE color: 4212746.

HSL color Cylindrical-coordinate representation of color #0A4840: hue angle of 172.26º degrees, saturation: 0.76, 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 #0A4840 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB107264-
CMYK0.8600.110.72
HSL172.26º75.61%16.08%-
HSV(B)172.26º86.11%28.24%-
XYZ3.375.075.65-
YUV52.55134.4697.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.85%
GREEN value IS 72 (28.52% from 255) = 49.32%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=6.85%
G=49.32%
B=43.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1072640.8600.110.72172.2675.6116.08
HexA4840560B48ac4c10
Octal1211010012601311025411420
Binary101010010001000000101011001011100100010101100100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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