Html Css Color HEX #144947 Cyprus

📋 copy color: '#144947'

red 20 ◦ green 73 ◦ blue 71

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

Shades of Cyprus #144947

Tints of Cyprus #144947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.51%

 BLUE value IS 71 (28.13% from 255) = 43.29%

R = 12.2%
G = 44.51%
B = 43.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#144947 (or 0x144947) is known color: Cyprus. HEX triplet: 14, 49 and 47. RGB value is (20,73,71). Sum of RGB (Red+Green+Blue) = 20+73+71=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #144947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144947 is #EBB6B8. Grayscale: #383838. Windows color (decimal): -15447737 or 4671764. OLE color: 4671764.

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

Color convert

RGB 20 73 71 -
CMYK 0.73 0 0.03 0.71
HSL 177.74º 0.57% 0.18% -
HSV(B) 177.74º 0.73% 0.29% -
XYZ 3.81 5.37 6.8 -
YUV 56.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 20 73 71 0.73 0 0.03 0.71 177.74 0.57 0.18
Hex 14 49 47 49 0 3 47 B2 39 12
Octal 24 111 107 111 0 3 107 262 71 22
Binary 10100 1001001 1000111 1001001 0 11 1000111 10110010 111001 10010

Color Harmonies of #144947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144947

Black with #144947

Text Example


Text Example

White with #144947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144947; }

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

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

background-color css

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

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

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

border-color css

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

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

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