Html Css Color HEX #114644 Cyprus

📋 copy color: '#114644'

red 17 ◦ green 70 ◦ blue 68

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

Shades of Cyprus #114644

Tints of Cyprus #114644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 43.87%

R = 10.97%
G = 45.16%
B = 43.87%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#114644 (or 0x114644) is known color: Cyprus. HEX triplet: 11, 46 and 44. RGB value is (17,70,68). Sum of RGB (Red+Green+Blue) = 17+70+68=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #114644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114644 is #EEB9BB. Grayscale: #353535. Windows color (decimal): -15645116 or 4474385. OLE color: 4474385.

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

Color convert

RGB 17 70 68 -
CMYK 0.76 0 0.03 0.73
HSL 177.74º 0.61% 0.17% -
HSV(B) 177.74º 0.76% 0.27% -
XYZ 3.46 4.92 6.24 -
YUV 53.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 17 70 68 0.76 0 0.03 0.73 177.74 0.61 0.17
Hex 11 46 44 4C 0 3 49 B2 3D 11
Octal 21 106 104 114 0 3 111 262 75 21
Binary 10001 1000110 1000100 1001100 0 11 1001001 10110010 111101 10001

Color Harmonies of #114644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114644

Black with #114644

Text Example


Text Example

White with #114644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114644; }

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

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

background-color css

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

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

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

border-color css

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

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

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