#10413F

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

Shades of Cyprus #10413F

Tints of Cyprus #10413F

Color information

#10413F (or 0x10413F) is unknown color: approx Cyprus. HEX triplet: 10, 41 and 3F. RGB value is (16,65,63). Sum of RGB (Red+Green+Blue) = 16+65+63=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #10413F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10413F is #EFBEC0. Grayscale: #323232. Windows color (decimal): -15711937 or 4145424. OLE color: 4145424.

HSL color Cylindrical-coordinate representation of color #10413F: hue angle of 177.55º 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 #10413F is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB166563-
CMYK0.7500.030.75
HSL177.55º60.49%15.88%-
HSV(B)177.55º75.38%25.49%-
XYZ34.255.36-
YUV50.12135.27103.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 63 (25% from 255) = 43.75%
R=11.11%
G=45.14%
B=43.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665630.7500.030.75177.5560.4915.88
Hex10413F4B034Bb23c10
Octal2010177113031132627420
Binary100001000001111111100101101110010111011001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10413F; }

 p { color: rgb(16,65,63); }

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

<style>
 a { background-color: #10413F; }

 a { background-color: rgb(16,65,63); }

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

<style>
 span { border-color: #10413F; }

 span { border-color: rgb(16,65,63); }

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