Html Css Color HEX #114749 Cyprus

📋 copy color: '#114749'

red 17 ◦ green 71 ◦ blue 73

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

Shades of Cyprus #114749

Tints of Cyprus #114749

RGB

 RED value IS 17 (7.03% from 255) = 10.56%

 GREEN value IS 71 (28.13% from 255) = 44.1%

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

R = 10.56%
G = 44.1%
B = 45.34%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#114749 (or 0x114749) is known color: Cyprus. HEX triplet: 11, 47 and 49. RGB value is (17,71,73). Sum of RGB (Red+Green+Blue) = 17+71+73=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #114749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114749 is #EEB8B6. Grayscale: #373737. Windows color (decimal): -15644855 or 4802321. OLE color: 4802321.

HSL color Cylindrical-coordinate representation of color #114749: hue angle of 182.14º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114749 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 71 73 -
CMYK 0.77 0.03 0 0.71
HSL 182.14º 0.62% 0.18% -
HSV(B) 182.14º 0.77% 0.29% -
XYZ 3.69 5.11 7.09 -
YUV 55.08 138.11 100.84 -
System Red Green Blue C M Y K H S L
Decimal 17 71 73 0.77 0.03 0 0.71 182.14 0.62 0.18
Hex 11 47 49 4D 3 0 47 B6 3E 12
Octal 21 107 111 115 3 0 107 266 76 22
Binary 10001 1000111 1001001 1001101 11 0 1000111 10110110 111110 10010

Color Harmonies of #114749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114749

Black with #114749

Text Example


Text Example

White with #114749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114749; }

 p { color: rgb(17,71,73); }

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

background-color css

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

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

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

border-color css

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

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

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