Html Css Color HEX #145249 Cyprus

📋 copy color: '#145249'

red 20 ◦ green 82 ◦ blue 73

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

Shades of Cyprus #145249

Tints of Cyprus #145249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.86%

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

R = 11.43%
G = 46.86%
B = 41.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#145249 (or 0x145249) is known color: Cyprus. HEX triplet: 14, 52 and 49. RGB value is (20,82,73). Sum of RGB (Red+Green+Blue) = 20+82+73=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #145249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145249 is #EBADB6. Grayscale: #3E3E3E. Windows color (decimal): -15445431 or 4805140. OLE color: 4805140.

HSL color Cylindrical-coordinate representation of color #145249: hue angle of 171.29º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145249 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 82 73 -
CMYK 0.76 0 0.11 0.68
HSL 171.29º 0.61% 0.2% -
HSV(B) 171.29º 0.76% 0.32% -
XYZ 4.51 6.66 7.35 -
YUV 62.44 133.96 97.73 -
System Red Green Blue C M Y K H S L
Decimal 20 82 73 0.76 0 0.11 0.68 171.29 0.61 0.2
Hex 14 52 49 4C 0 B 44 AB 3D 14
Octal 24 122 111 114 0 13 104 253 75 24
Binary 10100 1010010 1001001 1001100 0 1011 1000100 10101011 111101 10100

Color Harmonies of #145249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145249

Black with #145249

Text Example


Text Example

White with #145249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145249; }

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

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

background-color css

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

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

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

border-color css

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

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

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