Html Css Color HEX #144846 Cyprus

📋 copy color: '#144846'

red 20 ◦ green 72 ◦ blue 70

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

Shades of Cyprus #144846

Tints of Cyprus #144846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.44%

 BLUE value IS 70 (27.73% from 255) = 43.21%

R = 12.35%
G = 44.44%
B = 43.21%

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

#144846 (or 0x144846) is known color: Cyprus. HEX triplet: 14, 48 and 46. RGB value is (20,72,70). Sum of RGB (Red+Green+Blue) = 20+72+70=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #144846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144846 is #EBB7B9. Grayscale: #383838. Windows color (decimal): -15447994 or 4605972. OLE color: 4605972.

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

Color convert

RGB 20 72 70 -
CMYK 0.72 0 0.03 0.72
HSL 177.69º 0.57% 0.18% -
HSV(B) 177.69º 0.72% 0.28% -
XYZ 3.71 5.23 6.61 -
YUV 56.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 20 72 70 0.72 0 0.03 0.72 177.69 0.57 0.18
Hex 14 48 46 48 0 3 48 B2 39 12
Octal 24 110 106 110 0 3 110 262 71 22
Binary 10100 1001000 1000110 1001000 0 11 1001000 10110010 111001 10010

Color Harmonies of #144846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144846

Black with #144846

Text Example


Text Example

White with #144846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144846; }

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

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

background-color css

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

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

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

border-color css

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

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

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