#0A3F40

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

Shades of Cyprus #0A3F40

Tints of Cyprus #0A3F40

Color information

#0A3F40 (or 0x0A3F40) is unknown color: approx Cyprus. HEX triplet: 0A, 3F and 40. RGB value is (10,63,64). Sum of RGB (Red+Green+Blue) = 10+63+64=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A3F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3F40 is #F5C0BF. Grayscale: #2F2F2F. Windows color (decimal): -16105664 or 4210442. OLE color: 4210442.

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

Color convert

RGB106364-
CMYK0.840.0200.75
HSL181.11º72.97%14.51%-
HSV(B)181.11º84.38%25.1%-
XYZ2.833.995.47-
YUV47.27137.44101.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.30%
GREEN value IS 63 (25% from 255) = 45.99%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=7.30%
G=45.99%
B=46.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1063640.840.0200.75181.1172.9714.51
HexA3F4054204Bb549f
Octal12771001242011326511117
Binary10101111111000000101010010010010111011010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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