#0A4B43

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

Shades of Cyprus #0A4B43

Tints of Cyprus #0A4B43

Color information

#0A4B43 (or 0x0A4B43) is unknown color: approx Cyprus. HEX triplet: 0A, 4B and 43. RGB value is (10,75,67). Sum of RGB (Red+Green+Blue) = 10+75+67=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 67 (26.56% from 255 or 44.08% from 152); Max value from RGB is 75 - color contains mainly: green. Hex color #0A4B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4B43 is #F5B4BC. Grayscale: #363636. Windows color (decimal): -16102589 or 4410122. OLE color: 4410122.

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

Color convert

RGB107567-
CMYK0.8700.110.71
HSL172.62º76.47%16.67%-
HSV(B)172.62º86.67%29.41%-
XYZ3.655.56.18-
YUV54.65134.9796.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.58%
GREEN value IS 75 (29.69% from 255) = 49.34%
BLUE value IS 67 (26.56% from 255) = 44.08%
R=6.58%
G=49.34%
B=44.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1075670.8700.110.71172.6276.4716.67
HexA4B43570B47ad4c11
Octal1211310312701310725511421
Binary101010010111000011101011101011100011110101101100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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