Html Css Color HEX #114947 Cyprus

📋 copy color: '#114947'

red 17 ◦ green 73 ◦ blue 71

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

Shades of Cyprus #114947

Tints of Cyprus #114947

RGB

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

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

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

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

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

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

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

Color convert

RGB 17 73 71 -
CMYK 0.77 0 0.03 0.71
HSL 177.86º 0.62% 0.18% -
HSV(B) 177.86º 0.77% 0.29% -
XYZ 3.75 5.34 6.79 -
YUV 56.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 17 73 71 0.77 0 0.03 0.71 177.86 0.62 0.18
Hex 11 49 47 4D 0 3 47 B2 3E 12
Octal 21 111 107 115 0 3 107 262 76 22
Binary 10001 1001001 1000111 1001101 0 11 1000111 10110010 111110 10010

Color Harmonies of #114947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114947

Black with #114947

Text Example


Text Example

White with #114947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114947; }

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

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

background-color css

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

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

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

border-color css

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

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

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