#134C4D

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

Shades of Cyprus #134C4D

Tints of Cyprus #134C4D

Color information

#134C4D (or 0x134C4D) is unknown color: approx Cyprus. HEX triplet: 13, 4C and 4D. RGB value is (19,76,77). Sum of RGB (Red+Green+Blue) = 19+76+77=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #134C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C4D is #ECB3B2. Grayscale: #3B3B3B. Windows color (decimal): -15512499 or 5065747. OLE color: 5065747.

HSL color Cylindrical-coordinate representation of color #134C4D: hue angle of 181.03º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C4D is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB197677-
CMYK0.750.0100.70
HSL181.03º60.42%18.82%-
HSV(B)181.03º75.32%30.2%-
XYZ4.195.847.93-
YUV59.07138.1299.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 76 (30.08% from 255) = 44.19%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=11.05%
G=44.19%
B=44.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1976770.750.0100.70181.0360.4218.82
Hex134C4D4B1046b53c13
Octal23114115113101062657423
Binary100111001100100110110010111010001101011010111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134C4D; }

 p { color: rgb(19,76,77); }

 H1.HeaderClassName
 {
   color: #134C4D;
 }
 .AnyTagClassName
 {
   color: #134C4D;
 }
</style>
background-color css

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

 a { background-color: rgb(19,76,77); }

 div.DivClassName
 {
   background-color: #134C4D;
 }
 .BgClassName
 {
   background-color: #134C4D;
 }
</style>
border-color css

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

 span { border-color: rgb(19,76,77); }

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