#0A4A43

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

Shades of Cyprus #0A4A43

Tints of Cyprus #0A4A43

Color information

#0A4A43 (or 0x0A4A43) is unknown color: approx Cyprus. HEX triplet: 0A, 4A and 43. RGB value is (10,74,67). Sum of RGB (Red+Green+Blue) = 10+74+67=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 74 (29.30% from 255 or 49.01% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 74 - color contains mainly: green. Hex color #0A4A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4A43 is #F5B5BC. Grayscale: #363636. Windows color (decimal): -16102845 or 4409866. OLE color: 4409866.

HSL color Cylindrical-coordinate representation of color #0A4A43: hue angle of 173.44º 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 #0A4A43 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB107467-
CMYK0.8600.090.71
HSL173.44º76.19%16.47%-
HSV(B)173.44º86.49%29.02%-
XYZ3.595.376.16-
YUV54.07135.396.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.62%
GREEN value IS 74 (29.30% from 255) = 49.01%
BLUE value IS 67 (26.56% from 255) = 44.37%
R=6.62%
G=49.01%
B=44.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1074670.8600.090.71173.4476.1916.47
HexA4A43560947ad4c10
Octal1211210312601110725511420
Binary101010010101000011101011001001100011110101101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,74,67); }

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

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

 a { background-color: rgb(10,74,67); }

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

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

 span { border-color: rgb(10,74,67); }

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