Html Css Color HEX #145449 Cyprus

📋 copy color: '#145449'

red 20 ◦ green 84 ◦ blue 73

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

Shades of Cyprus #145449

Tints of Cyprus #145449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.46%

 BLUE value IS 73 (28.91% from 255) = 41.24%

R = 11.3%
G = 47.46%
B = 41.24%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#145449 (or 0x145449) is known color: Cyprus. HEX triplet: 14, 54 and 49. RGB value is (20,84,73). Sum of RGB (Red+Green+Blue) = 20+84+73=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #145449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145449 is #EBABB6. Grayscale: #3F3F3F. Windows color (decimal): -15444919 or 4805652. OLE color: 4805652.

HSL color Cylindrical-coordinate representation of color #145449: hue angle of 169.69º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145449 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 84 73 -
CMYK 0.76 0 0.13 0.67
HSL 169.69º 0.62% 0.2% -
HSV(B) 169.69º 0.76% 0.33% -
XYZ 4.66 6.97 7.4 -
YUV 63.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 20 84 73 0.76 0 0.13 0.67 169.69 0.62 0.2
Hex 14 54 49 4C 0 D 43 AA 3E 14
Octal 24 124 111 114 0 15 103 252 76 24
Binary 10100 1010100 1001001 1001100 0 1101 1000011 10101010 111110 10100

Color Harmonies of #145449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145449

Black with #145449

Text Example


Text Example

White with #145449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145449; }

 p { color: rgb(20,84,73); }

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

background-color css

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

 a { background-color: rgb(20,84,73); }

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

border-color css

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

 span { border-color: rgb(20,84,73); }

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