#134B4B

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

Shades of Cyprus #134B4B

Tints of Cyprus #134B4B

Color information

#134B4B (or 0x134B4B) is unknown color: approx Cyprus. HEX triplet: 13, 4B and 4B. RGB value is (19,75,75). Sum of RGB (Red+Green+Blue) = 19+75+75=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #134B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B4B is #ECB4B4. Grayscale: #3A3A3A. Windows color (decimal): -15512757 or 4934419. OLE color: 4934419.

HSL color Cylindrical-coordinate representation of color #134B4B: hue angle of 180º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B4B is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB197575-
CMYK0.75000.71
HSL180º59.57%18.43%-
HSV(B)180º74.67%29.41%-
XYZ4.055.687.54-
YUV58.26137.45100-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 75 (29.69% from 255) = 44.38%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=11.24%
G=44.38%
B=44.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1975750.75000.7118059.5718.43
Hex134B4B4B0047b43c12
Octal23113113113001072647422
Binary100111001011100101110010110010001111011010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,75,75); }

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

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

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

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

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

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

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