Html Css Color HEX #114741 Cyprus

📋 copy color: '#114741'

red 17 ◦ green 71 ◦ blue 65

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

Shades of Cyprus #114741

Tints of Cyprus #114741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 42.48%

R = 11.11%
G = 46.41%
B = 42.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#114741 (or 0x114741) is known color: Cyprus. HEX triplet: 11, 47 and 41. RGB value is (17,71,65). Sum of RGB (Red+Green+Blue) = 17+71+65=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #114741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114741 is #EEB8BE. Grayscale: #363636. Windows color (decimal): -15644863 or 4278033. OLE color: 4278033.

HSL color Cylindrical-coordinate representation of color #114741: hue angle of 173.33º degrees, saturation: 0.61, 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 #114741 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 71 65 -
CMYK 0.76 0 0.08 0.72
HSL 173.33º 0.61% 0.17% -
HSV(B) 173.33º 0.76% 0.28% -
XYZ 3.44 5.01 5.79 -
YUV 54.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 17 71 65 0.76 0 0.08 0.72 173.33 0.61 0.17
Hex 11 47 41 4C 0 8 48 AD 3D 11
Octal 21 107 101 114 0 10 110 255 75 21
Binary 10001 1000111 1000001 1001100 0 1000 1001000 10101101 111101 10001

Color Harmonies of #114741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114741

Black with #114741

Text Example


Text Example

White with #114741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114741; }

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

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

background-color css

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

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

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

border-color css

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

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

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