Html Css Color HEX #114A44 Cyprus

📋 copy color: '#114A44'

red 17 ◦ green 74 ◦ blue 68

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

Shades of Cyprus #114A44

Tints of Cyprus #114A44

RGB

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

 GREEN value IS 74 (29.3% from 255) = 46.54%

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

R = 10.69%
G = 46.54%
B = 42.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#114A44 (or 0x114A44) is known color: Cyprus. HEX triplet: 11, 4A and 44. RGB value is (17,74,68). Sum of RGB (Red+Green+Blue) = 17+74+68=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 74 - color contains mainly: green. Hex color #114A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A44 is #EEB5BB. Grayscale: #383838. Windows color (decimal): -15644092 or 4475409. OLE color: 4475409.

HSL color Cylindrical-coordinate representation of color #114A44: hue angle of 173.68º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114A44 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 74 68 -
CMYK 0.77 0 0.08 0.71
HSL 173.68º 0.63% 0.18% -
HSV(B) 173.68º 0.77% 0.29% -
XYZ 3.72 5.43 6.32 -
YUV 56.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 17 74 68 0.77 0 0.08 0.71 173.68 0.63 0.18
Hex 11 4A 44 4D 0 8 47 AE 3F 12
Octal 21 112 104 115 0 10 107 256 77 22
Binary 10001 1001010 1000100 1001101 0 1000 1000111 10101110 111111 10010

Color Harmonies of #114A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114A44

Black with #114A44

Text Example


Text Example

White with #114A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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