Html Css Color HEX #114841 Cyprus

📋 copy color: '#114841'

red 17 ◦ green 72 ◦ blue 65

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

Shades of Cyprus #114841

Tints of Cyprus #114841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.75%

 BLUE value IS 65 (25.78% from 255) = 42.21%

R = 11.04%
G = 46.75%
B = 42.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#114841 (or 0x114841) is known color: Cyprus. HEX triplet: 11, 48 and 41. RGB value is (17,72,65). Sum of RGB (Red+Green+Blue) = 17+72+65=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #114841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114841 is #EEB7BE. Grayscale: #363636. Windows color (decimal): -15644607 or 4278289. OLE color: 4278289.

HSL color Cylindrical-coordinate representation of color #114841: hue angle of 172.36º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114841 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 72 65 -
CMYK 0.76 0 0.10 0.72
HSL 172.36º 0.62% 0.17% -
HSV(B) 172.36º 0.76% 0.28% -
XYZ 3.5 5.14 5.81 -
YUV 54.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 17 72 65 0.76 0 0.10 0.72 172.36 0.62 0.17
Hex 11 48 41 4C 0 A 48 AC 3E 11
Octal 21 110 101 114 0 12 110 254 76 21
Binary 10001 1001000 1000001 1001100 0 1010 1001000 10101100 111110 10001

Color Harmonies of #114841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114841

Black with #114841

Text Example


Text Example

White with #114841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114841; }

 p { color: rgb(17,72,65); }

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

background-color css

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

 a { background-color: rgb(17,72,65); }

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

border-color css

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

 span { border-color: rgb(17,72,65); }

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