#134C47

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

Shades of Cyprus #134C47

Tints of Cyprus #134C47

Color information

#134C47 (or 0x134C47) is unknown color: approx Cyprus. HEX triplet: 13, 4C and 47. RGB value is (19,76,71). Sum of RGB (Red+Green+Blue) = 19+76+71=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 76 - color contains mainly: green. Hex color #134C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C47 is #ECB3B8. Grayscale: #3A3A3A. Windows color (decimal): -15512505 or 4672531. OLE color: 4672531.

HSL color Cylindrical-coordinate representation of color #134C47: hue angle of 174.74º 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 #134C47 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB197671-
CMYK0.7500.070.70
HSL174.74º60%18.63%-
HSV(B)174.74º75%29.8%-
XYZ3.995.766.86-
YUV58.39135.1299.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 76 (30.08% from 255) = 45.78%
BLUE value IS 71 (28.12% from 255) = 42.77%
R=11.45%
G=45.78%
B=42.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1976710.7500.070.70174.746018.63
Hex134C474B0746af3c13
Octal23114107113071062577423
Binary10011100110010001111001011011110001101010111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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