#104D46

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

Shades of Cyprus #104D46

Tints of Cyprus #104D46

Color information

#104D46 (or 0x104D46) is unknown color: approx Cyprus. HEX triplet: 10, 4D and 46. RGB value is (16,77,70). Sum of RGB (Red+Green+Blue) = 16+77+70=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #104D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D46 is #EFB2B9. Grayscale: #393939. Windows color (decimal): -15708858 or 4607248. OLE color: 4607248.

HSL color Cylindrical-coordinate representation of color #104D46: hue angle of 173.11º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104D46 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB167770-
CMYK0.7900.090.70
HSL173.11º65.59%18.24%-
HSV(B)173.11º79.22%30.2%-
XYZ3.975.866.72-
YUV57.96134.7998.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 77 (30.47% from 255) = 47.24%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=9.82%
G=47.24%
B=42.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1677700.7900.090.70173.1165.5918.24
Hex104D464F0946ad4212
Octal2011510611701110625510222
Binary1000010011011000110100111101001100011010101101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104D46; }

 p { color: rgb(16,77,70); }

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

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

 a { background-color: rgb(16,77,70); }

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

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

 span { border-color: rgb(16,77,70); }

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