Html Css Color HEX #114641 Cyprus

📋 copy color: '#114641'

red 17 ◦ green 70 ◦ blue 65

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

Shades of Cyprus #114641

Tints of Cyprus #114641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.05%

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

R = 11.18%
G = 46.05%
B = 42.76%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#114641 (or 0x114641) is known color: Cyprus. HEX triplet: 11, 46 and 41. RGB value is (17,70,65). Sum of RGB (Red+Green+Blue) = 17+70+65=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #114641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114641 is #EEB9BE. Grayscale: #353535. Windows color (decimal): -15645119 or 4277777. OLE color: 4277777.

HSL color Cylindrical-coordinate representation of color #114641: hue angle of 174.34º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114641 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 70 65 -
CMYK 0.76 0 0.07 0.73
HSL 174.34º 0.61% 0.17% -
HSV(B) 174.34º 0.76% 0.27% -
XYZ 3.38 4.88 5.77 -
YUV 53.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 17 70 65 0.76 0 0.07 0.73 174.34 0.61 0.17
Hex 11 46 41 4C 0 7 49 AE 3D 11
Octal 21 106 101 114 0 7 111 256 75 21
Binary 10001 1000110 1000001 1001100 0 111 1001001 10101110 111101 10001

Color Harmonies of #114641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114641

Black with #114641

Text Example


Text Example

White with #114641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114641; }

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

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

background-color css

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

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

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

border-color css

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

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

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