Html Css Color HEX #144541 Cyprus

📋 copy color: '#144541'

red 20 ◦ green 69 ◦ blue 65

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

Shades of Cyprus #144541

Tints of Cyprus #144541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.81%

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

R = 12.99%
G = 44.81%
B = 42.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#144541 (or 0x144541) is known color: Cyprus. HEX triplet: 14, 45 and 41. RGB value is (20,69,65). Sum of RGB (Red+Green+Blue) = 20+69+65=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 69 - color contains mainly: green. Hex color #144541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144541 is #EBBABE. Grayscale: #353535. Windows color (decimal): -15448767 or 4277524. OLE color: 4277524.

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

Color convert

RGB 20 69 65 -
CMYK 0.71 0 0.06 0.73
HSL 175.1º 0.55% 0.17% -
HSV(B) 175.1º 0.71% 0.27% -
XYZ 3.37 4.79 5.75 -
YUV 53.89 134.27 103.83 -
System Red Green Blue C M Y K H S L
Decimal 20 69 65 0.71 0 0.06 0.73 175.1 0.55 0.17
Hex 14 45 41 47 0 6 49 AF 37 11
Octal 24 105 101 107 0 6 111 257 67 21
Binary 10100 1000101 1000001 1000111 0 110 1001001 10101111 110111 10001

Color Harmonies of #144541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144541

Black with #144541

Text Example


Text Example

White with #144541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144541; }

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

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

background-color css

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

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

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

border-color css

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

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

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