Html Css Color HEX #134742 Cyprus

📋 copy color: '#134742'

red 19 ◦ green 71 ◦ blue 66

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

Shades of Cyprus #134742

Tints of Cyprus #134742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.51%

 BLUE value IS 66 (26.17% from 255) = 42.31%

R = 12.18%
G = 45.51%
B = 42.31%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#134742 (or 0x134742) is known color: Cyprus. HEX triplet: 13, 47 and 42. RGB value is (19,71,66). Sum of RGB (Red+Green+Blue) = 19+71+66=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #134742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134742 is #ECB8BD. Grayscale: #363636. Windows color (decimal): -15513790 or 4343571. OLE color: 4343571.

HSL color Cylindrical-coordinate representation of color #134742: hue angle of 174.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134742 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 66 -
CMYK 0.73 0 0.07 0.72
HSL 174.23º 0.58% 0.18% -
HSV(B) 174.23º 0.73% 0.28% -
XYZ 3.51 5.04 5.94 -
YUV 54.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 19 71 66 0.73 0 0.07 0.72 174.23 0.58 0.18
Hex 13 47 42 49 0 7 48 AE 3A 12
Octal 23 107 102 111 0 7 110 256 72 22
Binary 10011 1000111 1000010 1001001 0 111 1001000 10101110 111010 10010

Color Harmonies of #134742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134742

Black with #134742

Text Example


Text Example

White with #134742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134742; }

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

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

background-color css

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

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

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

border-color css

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

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

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