Html Css Color HEX #134F47 Cyprus

📋 copy color: '#134F47'

red 19 ◦ green 79 ◦ blue 71

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

Shades of Cyprus #134F47

Tints of Cyprus #134F47

RGB

 RED value IS 19 (7.81% from 255) = 11.24%

 GREEN value IS 79 (31.25% from 255) = 46.75%

 BLUE value IS 71 (28.13% from 255) = 42.01%

R = 11.24%
G = 46.75%
B = 42.01%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#134F47 (or 0x134F47) is known color: Cyprus. HEX triplet: 13, 4F and 47. RGB value is (19,79,71). Sum of RGB (Red+Green+Blue) = 19+79+71=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 79 - color contains mainly: green. Hex color #134F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F47 is #ECB0B8. Grayscale: #3C3C3C. Windows color (decimal): -15511737 or 4673299. OLE color: 4673299.

HSL color Cylindrical-coordinate representation of color #134F47: hue angle of 172º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134F47 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 79 71 -
CMYK 0.76 0 0.10 0.69
HSL 172º 0.61% 0.19% -
HSV(B) 172º 0.76% 0.31% -
XYZ 4.2 6.19 6.93 -
YUV 60.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 19 79 71 0.76 0 0.10 0.69 172 0.61 0.19
Hex 13 4F 47 4C 0 A 45 AC 3D 13
Octal 23 117 107 114 0 12 105 254 75 23
Binary 10011 1001111 1000111 1001100 0 1010 1000101 10101100 111101 10011

Color Harmonies of #134F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F47

Black with #134F47

Text Example


Text Example

White with #134F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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