#10403D

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

Shades of Cyprus #10403D

Tints of Cyprus #10403D

Color information

#10403D (or 0x10403D) is unknown color: approx Cyprus. HEX triplet: 10, 40 and 3D. RGB value is (16,64,61). Sum of RGB (Red+Green+Blue) = 16+64+61=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #10403D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10403D is #EFBFC2. Grayscale: #313131. Windows color (decimal): -15712195 or 4014096. OLE color: 4014096.

HSL color Cylindrical-coordinate representation of color #10403D: hue angle of 176.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10403D is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB166461-
CMYK0.7500.050.75
HSL176.25º60%15.69%-
HSV(B)176.25º75%25.1%-
XYZ2.894.115.06-
YUV49.31134.6104.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 61 (24.22% from 255) = 43.26%
R=11.35%
G=45.39%
B=43.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664610.7500.050.75176.256015.69
Hex10403D4B054Bb03c10
Octal2010075113051132607420
Binary1000010000001111011001011010110010111011000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10403D; }

 p { color: rgb(16,64,61); }

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

<style>
 a { background-color: #10403D; }

 a { background-color: rgb(16,64,61); }

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

<style>
 span { border-color: #10403D; }

 span { border-color: rgb(16,64,61); }

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