Html Css Color HEX #144743 Cyprus

📋 copy color: '#144743'

red 20 ◦ green 71 ◦ blue 67

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

Shades of Cyprus #144743

Tints of Cyprus #144743

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.94%

 BLUE value IS 67 (26.56% from 255) = 42.41%

R = 12.66%
G = 44.94%
B = 42.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#144743 (or 0x144743) is known color: Cyprus. HEX triplet: 14, 47 and 43. RGB value is (20,71,67). Sum of RGB (Red+Green+Blue) = 20+71+67=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #144743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144743 is #EBB8BC. Grayscale: #373737. Windows color (decimal): -15448253 or 4409108. OLE color: 4409108.

HSL color Cylindrical-coordinate representation of color #144743: hue angle of 175.29º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144743 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 71 67 -
CMYK 0.72 0 0.06 0.72
HSL 175.29º 0.56% 0.18% -
HSV(B) 175.29º 0.72% 0.28% -
XYZ 3.55 5.06 6.1 -
YUV 55.3 134.6 102.83 -
System Red Green Blue C M Y K H S L
Decimal 20 71 67 0.72 0 0.06 0.72 175.29 0.56 0.18
Hex 14 47 43 48 0 6 48 AF 38 12
Octal 24 107 103 110 0 6 110 257 70 22
Binary 10100 1000111 1000011 1001000 0 110 1001000 10101111 111000 10010

Color Harmonies of #144743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144743

Black with #144743

Text Example


Text Example

White with #144743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144743; }

 p { color: rgb(20,71,67); }

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

background-color css

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

 a { background-color: rgb(20,71,67); }

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

border-color css

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

 span { border-color: rgb(20,71,67); }

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