Html Css Color HEX #144745 Cyprus

📋 copy color: '#144745'

red 20 ◦ green 71 ◦ blue 69

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

Shades of Cyprus #144745

Tints of Cyprus #144745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 43.13%

R = 12.5%
G = 44.38%
B = 43.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#144745 (or 0x144745) is known color: Cyprus. HEX triplet: 14, 47 and 45. RGB value is (20,71,69). Sum of RGB (Red+Green+Blue) = 20+71+69=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #144745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144745 is #EBB8BA. Grayscale: #373737. Windows color (decimal): -15448251 or 4540180. OLE color: 4540180.

HSL color Cylindrical-coordinate representation of color #144745: hue angle of 177.65º 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 #144745 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 71 69 -
CMYK 0.72 0 0.03 0.72
HSL 177.65º 0.56% 0.18% -
HSV(B) 177.65º 0.72% 0.28% -
XYZ 3.62 5.08 6.42 -
YUV 55.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 20 71 69 0.72 0 0.03 0.72 177.65 0.56 0.18
Hex 14 47 45 48 0 3 48 B2 38 12
Octal 24 107 105 110 0 3 110 262 70 22
Binary 10100 1000111 1000101 1001000 0 11 1001000 10110010 111000 10010

Color Harmonies of #144745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144745

Black with #144745

Text Example


Text Example

White with #144745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144745; }

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

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

background-color css

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

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

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

border-color css

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

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

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