Html Css Color HEX #144641 Cyprus

📋 copy color: '#144641'

red 20 ◦ green 70 ◦ blue 65

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

Shades of Cyprus #144641

Tints of Cyprus #144641

RGB

 RED value IS 20 (8.2% from 255) = 12.9%

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

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

R = 12.9%
G = 45.16%
B = 41.94%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#144641 (or 0x144641) is known color: Cyprus. HEX triplet: 14, 46 and 41. RGB value is (20,70,65). Sum of RGB (Red+Green+Blue) = 20+70+65=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #144641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144641 is #EBB9BE. Grayscale: #363636. Windows color (decimal): -15448511 or 4277780. OLE color: 4277780.

HSL color Cylindrical-coordinate representation of color #144641: hue angle of 174º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144641 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 70 65 -
CMYK 0.71 0 0.07 0.73
HSL 174º 0.56% 0.18% -
HSV(B) 174º 0.71% 0.27% -
XYZ 3.43 4.91 5.77 -
YUV 54.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 20 70 65 0.71 0 0.07 0.73 174 0.56 0.18
Hex 14 46 41 47 0 7 49 AE 38 12
Octal 24 106 101 107 0 7 111 256 70 22
Binary 10100 1000110 1000001 1000111 0 111 1001001 10101110 111000 10010

Color Harmonies of #144641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144641

Black with #144641

Text Example


Text Example

White with #144641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144641; }

 p { color: rgb(20,70,65); }

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

background-color css

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

 a { background-color: rgb(20,70,65); }

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

border-color css

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

 span { border-color: rgb(20,70,65); }

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