Html Css Color HEX #114C44 Cyprus

📋 copy color: '#114C44'

red 17 ◦ green 76 ◦ blue 68

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

Shades of Cyprus #114C44

Tints of Cyprus #114C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 47.2%

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

R = 10.56%
G = 47.2%
B = 42.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.70

RGB Variations

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

Color information

#114C44 (or 0x114C44) is known color: Cyprus. HEX triplet: 11, 4C and 44. RGB value is (17,76,68). Sum of RGB (Red+Green+Blue) = 17+76+68=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #114C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C44 is #EEB3BB. Grayscale: #393939. Windows color (decimal): -15643580 or 4475921. OLE color: 4475921.

HSL color Cylindrical-coordinate representation of color #114C44: hue angle of 171.86º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114C44 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 76 68 -
CMYK 0.78 0 0.11 0.70
HSL 171.86º 0.63% 0.18% -
HSV(B) 171.86º 0.78% 0.3% -
XYZ 3.86 5.71 6.37 -
YUV 57.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 17 76 68 0.78 0 0.11 0.70 171.86 0.63 0.18
Hex 11 4C 44 4E 0 B 46 AC 3F 12
Octal 21 114 104 116 0 13 106 254 77 22
Binary 10001 1001100 1000100 1001110 0 1011 1000110 10101100 111111 10010

Color Harmonies of #114C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C44

Black with #114C44

Text Example


Text Example

White with #114C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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