Html Css Color HEX #114645 Cyprus

📋 copy color: '#114645'

red 17 ◦ green 70 ◦ blue 69

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

Shades of Cyprus #114645

Tints of Cyprus #114645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 44.23%

R = 10.9%
G = 44.87%
B = 44.23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#114645 (or 0x114645) is known color: Cyprus. HEX triplet: 11, 46 and 45. RGB value is (17,70,69). Sum of RGB (Red+Green+Blue) = 17+70+69=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #114645 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114645 is #EEB9BA. Grayscale: #353535. Windows color (decimal): -15645115 or 4539921. OLE color: 4539921.

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

Color convert

RGB 17 70 69 -
CMYK 0.76 0 0.01 0.73
HSL 178.87º 0.61% 0.17% -
HSV(B) 178.87º 0.76% 0.27% -
XYZ 3.5 4.93 6.4 -
YUV 54.04 136.44 101.58 -
System Red Green Blue C M Y K H S L
Decimal 17 70 69 0.76 0 0.01 0.73 178.87 0.61 0.17
Hex 11 46 45 4C 0 1 49 B3 3D 11
Octal 21 106 105 114 0 1 111 263 75 21
Binary 10001 1000110 1000101 1001100 0 1 1001001 10110011 111101 10001

Color Harmonies of #114645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114645

Black with #114645

Text Example


Text Example

White with #114645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114645; }

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

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

background-color css

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

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

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

border-color css

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

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

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