Html Css Color HEX #144C47 Cyprus

📋 copy color: '#144C47'

red 20 ◦ green 76 ◦ blue 71

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

Shades of Cyprus #144C47

Tints of Cyprus #144C47

RGB

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

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

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

R = 11.98%
G = 45.51%
B = 42.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#144C47 (or 0x144C47) is known color: Cyprus. HEX triplet: 14, 4C and 47. RGB value is (20,76,71). Sum of RGB (Red+Green+Blue) = 20+76+71=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #144C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C47 is #EBB3B8. Grayscale: #3A3A3A. Windows color (decimal): -15446969 or 4672532. OLE color: 4672532.

HSL color Cylindrical-coordinate representation of color #144C47: hue angle of 174.64º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144C47 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 76 71 -
CMYK 0.74 0 0.07 0.70
HSL 174.64º 0.58% 0.19% -
HSV(B) 174.64º 0.74% 0.3% -
XYZ 4.01 5.77 6.86 -
YUV 58.69 134.95 100.41 -
System Red Green Blue C M Y K H S L
Decimal 20 76 71 0.74 0 0.07 0.70 174.64 0.58 0.19
Hex 14 4C 47 4A 0 7 46 AF 3A 13
Octal 24 114 107 112 0 7 106 257 72 23
Binary 10100 1001100 1000111 1001010 0 111 1000110 10101111 111010 10011

Color Harmonies of #144C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C47

Black with #144C47

Text Example


Text Example

White with #144C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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