Html Css Color HEX #114C45 Cyprus

📋 copy color: '#114C45'

red 17 ◦ green 76 ◦ blue 69

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

Shades of Cyprus #114C45

Tints of Cyprus #114C45

RGB

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

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

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

R = 10.49%
G = 46.91%
B = 42.59%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#114C45 (or 0x114C45) is known color: Cyprus. HEX triplet: 11, 4C and 45. RGB value is (17,76,69). Sum of RGB (Red+Green+Blue) = 17+76+69=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #114C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C45 is #EEB3BA. Grayscale: #393939. Windows color (decimal): -15643579 or 4541457. OLE color: 4541457.

HSL color Cylindrical-coordinate representation of color #114C45: hue angle of 172.88º 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 #114C45 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 76 69 -
CMYK 0.78 0 0.09 0.70
HSL 172.88º 0.63% 0.18% -
HSV(B) 172.88º 0.78% 0.3% -
XYZ 3.89 5.72 6.53 -
YUV 57.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 17 76 69 0.78 0 0.09 0.70 172.88 0.63 0.18
Hex 11 4C 45 4E 0 9 46 AD 3F 12
Octal 21 114 105 116 0 11 106 255 77 22
Binary 10001 1001100 1000101 1001110 0 1001 1000110 10101101 111111 10010

Color Harmonies of #114C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C45

Black with #114C45

Text Example


Text Example

White with #114C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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