#0A4C41

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

Shades of Cyprus #0A4C41

Tints of Cyprus #0A4C41

Color information

#0A4C41 (or 0x0A4C41) is unknown color: approx Cyprus. HEX triplet: 0A, 4C and 41. RGB value is (10,76,65). Sum of RGB (Red+Green+Blue) = 10+76+65=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #0A4C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4C41 is #F5B3BE. Grayscale: #363636. Windows color (decimal): -16102335 or 4279306. OLE color: 4279306.

HSL color Cylindrical-coordinate representation of color #0A4C41: hue angle of 170º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4C41 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB107665-
CMYK0.8700.140.70
HSL170º76.74%16.86%-
HSV(B)170º86.84%29.8%-
XYZ3.665.625.89-
YUV55.01133.6395.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.62%
GREEN value IS 76 (30.08% from 255) = 50.33%
BLUE value IS 65 (25.78% from 255) = 43.05%
R=6.62%
G=50.33%
B=43.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1076650.8700.140.7017076.7416.86
HexA4C41570E46aa4d11
Octal1211410112701610625211521
Binary101010011001000001101011101110100011010101010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,76,65); }

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

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

 a { background-color: rgb(10,76,65); }

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

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

 span { border-color: rgb(10,76,65); }

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