Html Css Color HEX #144642 Cyprus

📋 copy color: '#144642'

red 20 ◦ green 70 ◦ blue 66

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

Shades of Cyprus #144642

Tints of Cyprus #144642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.87%

 BLUE value IS 66 (26.17% from 255) = 42.31%

R = 12.82%
G = 44.87%
B = 42.31%

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

#144642 (or 0x144642) is known color: Cyprus. HEX triplet: 14, 46 and 42. RGB value is (20,70,66). Sum of RGB (Red+Green+Blue) = 20+70+66=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #144642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144642 is #EBB9BD. Grayscale: #363636. Windows color (decimal): -15448510 or 4343316. OLE color: 4343316.

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

Color convert

RGB 20 70 66 -
CMYK 0.71 0 0.06 0.73
HSL 175.2º 0.56% 0.18% -
HSV(B) 175.2º 0.71% 0.27% -
XYZ 3.46 4.92 5.92 -
YUV 54.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 20 70 66 0.71 0 0.06 0.73 175.2 0.56 0.18
Hex 14 46 42 47 0 6 49 AF 38 12
Octal 24 106 102 107 0 6 111 257 70 22
Binary 10100 1000110 1000010 1000111 0 110 1001001 10101111 111000 10010

Color Harmonies of #144642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144642

Black with #144642

Text Example


Text Example

White with #144642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144642; }

 p { color: rgb(20,70,66); }

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

background-color css

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

 a { background-color: rgb(20,70,66); }

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

border-color css

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

 span { border-color: rgb(20,70,66); }

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