#0A3F39

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

Shades of Cyprus #0A3F39

Tints of Cyprus #0A3F39

Color information

#0A3F39 (or 0x0A3F39) is unknown color: approx Cyprus. HEX triplet: 0A, 3F and 39. RGB value is (10,63,57). Sum of RGB (Red+Green+Blue) = 10+63+57=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 63 - color contains mainly: green. Hex color #0A3F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3F39 is #F5C0C6. Grayscale: #2E2E2E. Windows color (decimal): -16105671 or 3751690. OLE color: 3751690.

HSL color Cylindrical-coordinate representation of color #0A3F39: hue angle of 173.21º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3F39 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.75.

Color convert

RGB106357-
CMYK0.8400.100.75
HSL173.21º72.6%14.31%-
HSV(B)173.21º84.13%24.71%-
XYZ2.643.914.49-
YUV46.47133.94101.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.69%
GREEN value IS 63 (25% from 255) = 48.46%
BLUE value IS 57 (22.66% from 255) = 43.85%
R=7.69%
G=48.46%
B=43.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1063570.8400.100.75173.2172.614.31
HexA3F39540A4Bad49e
Octal12777112401211325511116
Binary101011111111100110101000101010010111010110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,63,57); }

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

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

 a { background-color: rgb(10,63,57); }

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

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

 span { border-color: rgb(10,63,57); }

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