#105049

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

Shades of Cyprus #105049

Tints of Cyprus #105049

Color information

#105049 (or 0x105049) is unknown color: approx Cyprus. HEX triplet: 10, 50 and 49. RGB value is (16,80,73). Sum of RGB (Red+Green+Blue) = 16+80+73=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #105049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105049 is #EFAFB6. Grayscale: #3C3C3C. Windows color (decimal): -15708087 or 4804624. OLE color: 4804624.

HSL color Cylindrical-coordinate representation of color #105049: hue angle of 173.44º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #105049 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB168073-
CMYK0.8000.090.69
HSL173.44º66.67%18.82%-
HSV(B)173.44º80%31.37%-
XYZ4.286.337.3-
YUV60.07135.396.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.47%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 73 (28.91% from 255) = 43.20%
R=9.47%
G=47.34%
B=43.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1680730.8000.090.69173.4466.6718.82
Hex105049500945ad4313
Octal2012011112001110525510323
Binary1000010100001001001101000001001100010110101101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105049; }

 p { color: rgb(16,80,73); }

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

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

 a { background-color: rgb(16,80,73); }

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

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

 span { border-color: rgb(16,80,73); }

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