Html Css Color HEX #145049 Cyprus

📋 copy color: '#145049'

red 20 ◦ green 80 ◦ blue 73

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

Shades of Cyprus #145049

Tints of Cyprus #145049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.24%

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

R = 11.56%
G = 46.24%
B = 42.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#145049 (or 0x145049) is known color: Cyprus. HEX triplet: 14, 50 and 49. RGB value is (20,80,73). Sum of RGB (Red+Green+Blue) = 20+80+73=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #145049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145049 is #EBAFB6. Grayscale: #3D3D3D. Windows color (decimal): -15445943 or 4804628. OLE color: 4804628.

HSL color Cylindrical-coordinate representation of color #145049: hue angle of 173º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145049 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 80 73 -
CMYK 0.75 0 0.09 0.69
HSL 173º 0.6% 0.2% -
HSV(B) 173º 0.75% 0.31% -
XYZ 4.36 6.37 7.3 -
YUV 61.26 134.62 98.57 -
System Red Green Blue C M Y K H S L
Decimal 20 80 73 0.75 0 0.09 0.69 173 0.6 0.2
Hex 14 50 49 4B 0 9 45 AD 3C 14
Octal 24 120 111 113 0 11 105 255 74 24
Binary 10100 1010000 1001001 1001011 0 1001 1000101 10101101 111100 10100

Color Harmonies of #145049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145049

Black with #145049

Text Example


Text Example

White with #145049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145049; }

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

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

background-color css

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

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

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

border-color css

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

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

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