Html Css Color HEX #104949 Cyprus

📋 copy color: '#104949'

red 16 ◦ green 73 ◦ blue 73

#104949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #104949

Tints of Cyprus #104949

RGB

 RED value IS 16 (6.64% from 255) = 9.88%

 GREEN value IS 73 (28.91% from 255) = 45.06%

 BLUE value IS 73 (28.91% from 255) = 45.06%

R = 9.88%
G = 45.06%
B = 45.06%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#104949 (or 0x104949) is known color: Cyprus. HEX triplet: 10, 49 and 49. RGB value is (16,73,73). Sum of RGB (Red+Green+Blue) = 16+73+73=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #104949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104949 is #EFB6B6. Grayscale: #373737. Windows color (decimal): -15709879 or 4802832. OLE color: 4802832.

HSL color Cylindrical-coordinate representation of color #104949: hue angle of 180º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104949 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 73 73 -
CMYK 0.78 0 0 0.71
HSL 180º 0.64% 0.17% -
HSV(B) 180º 0.78% 0.29% -
XYZ 3.8 5.36 7.14 -
YUV 55.96 137.62 99.5 -
System Red Green Blue C M Y K H S L
Decimal 16 73 73 0.78 0 0 0.71 180 0.64 0.17
Hex 10 49 49 4E 0 0 47 B4 40 11
Octal 20 111 111 116 0 0 107 264 100 21
Binary 10000 1001001 1001001 1001110 0 0 1000111 10110100 1000000 10001

Color Harmonies of #104949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104949

Black with #104949

Text Example


Text Example

White with #104949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104949; }

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

 H1.HeaderClassName
 {
   color: #104949;
 }
 .AnyTagClassName
 {
   color: #104949;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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