#145348

Color #145348 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #145348

Tints of Cyprus #145348

Color information

#145348 (or 0x145348) is unknown color: approx 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

RGB208372-
CMYK0.7600.130.67
HSL169.52º61.17%20.2%-
HSV(B)169.52º75.9%32.55%-
XYZ4.556.87.2-
YUV62.91133.1397.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083720.7600.130.67169.5261.1720.2
Hex1453484C0D43aa3d14
Octal241231101140151032527524
Binary101001010011100100010011000110110000111010101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>