Html Css Color HEX #114146 Cyprus

📋 copy color: '#114146'

red 17 ◦ green 65 ◦ blue 70

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

Shades of Cyprus #114146

Tints of Cyprus #114146

RGB

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

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

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

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

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #114146: hue angle of 185.66º 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 #114146 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 65 70 -
CMYK 0.76 0.07 0 0.73
HSL 185.66º 0.61% 0.17% -
HSV(B) 185.66º 0.76% 0.27% -
XYZ 3.23 4.34 6.46 -
YUV 51.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 17 65 70 0.76 0.07 0 0.73 185.66 0.61 0.17
Hex 11 41 46 4C 7 0 49 BA 3D 11
Octal 21 101 106 114 7 0 111 272 75 21
Binary 10001 1000001 1000110 1001100 111 0 1001001 10111010 111101 10001

Color Harmonies of #114146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114146

Black with #114146

Text Example


Text Example

White with #114146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114146; }

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

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

background-color css

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

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

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

border-color css

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

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

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