Html Css Color HEX #145348 Cyprus

📋 copy color: '#145348'

red 20 ◦ green 83 ◦ blue 72

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

Shades of Cyprus #145348

Tints of Cyprus #145348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.43%

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 11.43%
G = 47.43%
B = 41.14%

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

#145348 (or 0x145348) is known color: Cyprus. HEX triplet: 14, 53 and 48. RGB value is (20,83,72). Sum of RGB (Red+Green+Blue) = 20+83+72=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #145348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145348 is #EBACB7. Grayscale: #3E3E3E. Windows color (decimal): -15445176 or 4739860. OLE color: 4739860.

HSL color Cylindrical-coordinate representation of color #145348: hue angle of 169.52º degrees, saturation: 0.61, 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 #145348 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 83 72 -
CMYK 0.76 0 0.13 0.67
HSL 169.52º 0.61% 0.2% -
HSV(B) 169.52º 0.76% 0.33% -
XYZ 4.55 6.8 7.2 -
YUV 62.91 133.13 97.39 -
System Red Green Blue C M Y K H S L
Decimal 20 83 72 0.76 0 0.13 0.67 169.52 0.61 0.2
Hex 14 53 48 4C 0 D 43 AA 3D 14
Octal 24 123 110 114 0 15 103 252 75 24
Binary 10100 1010011 1001000 1001100 0 1101 1000011 10101010 111101 10100

Color Harmonies of #145348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145348

Black with #145348

Text Example


Text Example

White with #145348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145348; }

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

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

background-color css

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

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

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

border-color css

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

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

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