Html Css Color HEX #114847 Cyprus

📋 copy color: '#114847'

red 17 ◦ green 72 ◦ blue 71

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

Shades of Cyprus #114847

Tints of Cyprus #114847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45%

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

R = 10.63%
G = 45%
B = 44.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#114847 (or 0x114847) is known color: Cyprus. HEX triplet: 11, 48 and 47. RGB value is (17,72,71). Sum of RGB (Red+Green+Blue) = 17+72+71=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #114847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114847 is #EEB7B8. Grayscale: #373737. Windows color (decimal): -15644601 or 4671505. OLE color: 4671505.

HSL color Cylindrical-coordinate representation of color #114847: hue angle of 178.91º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114847 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 72 71 -
CMYK 0.76 0 0.01 0.72
HSL 178.91º 0.62% 0.17% -
HSV(B) 178.91º 0.76% 0.28% -
XYZ 3.69 5.21 6.77 -
YUV 55.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 17 72 71 0.76 0 0.01 0.72 178.91 0.62 0.17
Hex 11 48 47 4C 0 1 48 B3 3E 11
Octal 21 110 107 114 0 1 110 263 76 21
Binary 10001 1001000 1000111 1001100 0 1 1001000 10110011 111110 10001

Color Harmonies of #114847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114847

Black with #114847

Text Example


Text Example

White with #114847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114847; }

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

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

background-color css

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

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

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

border-color css

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

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

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