Html Css Color HEX #114643 Cyprus

📋 copy color: '#114643'

red 17 ◦ green 70 ◦ blue 67

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

Shades of Cyprus #114643

Tints of Cyprus #114643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 43.51%

R = 11.04%
G = 45.45%
B = 43.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#114643 (or 0x114643) is known color: Cyprus. HEX triplet: 11, 46 and 43. RGB value is (17,70,67). Sum of RGB (Red+Green+Blue) = 17+70+67=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #114643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114643 is #EEB9BC. Grayscale: #353535. Windows color (decimal): -15645117 or 4408849. OLE color: 4408849.

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

Color convert

RGB 17 70 67 -
CMYK 0.76 0 0.04 0.73
HSL 176.6º 0.61% 0.17% -
HSV(B) 176.6º 0.76% 0.27% -
XYZ 3.43 4.9 6.08 -
YUV 53.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 17 70 67 0.76 0 0.04 0.73 176.6 0.61 0.17
Hex 11 46 43 4C 0 4 49 B1 3D 11
Octal 21 106 103 114 0 4 111 261 75 21
Binary 10001 1000110 1000011 1001100 0 100 1001001 10110001 111101 10001

Color Harmonies of #114643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114643

Black with #114643

Text Example


Text Example

White with #114643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114643; }

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

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

background-color css

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

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

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

border-color css

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

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

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