Html Css Color HEX #134743 Cyprus

📋 copy color: '#134743'

red 19 ◦ green 71 ◦ blue 67

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

Shades of Cyprus #134743

Tints of Cyprus #134743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 42.68%

R = 12.1%
G = 45.22%
B = 42.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#134743 (or 0x134743) is known color: Cyprus. HEX triplet: 13, 47 and 43. RGB value is (19,71,67). Sum of RGB (Red+Green+Blue) = 19+71+67=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #134743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134743 is #ECB8BC. Grayscale: #363636. Windows color (decimal): -15513789 or 4409107. OLE color: 4409107.

HSL color Cylindrical-coordinate representation of color #134743: hue angle of 175.38º 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 #134743 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 67 -
CMYK 0.73 0 0.06 0.72
HSL 175.38º 0.58% 0.18% -
HSV(B) 175.38º 0.73% 0.28% -
XYZ 3.53 5.05 6.1 -
YUV 55 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 19 71 67 0.73 0 0.06 0.72 175.38 0.58 0.18
Hex 13 47 43 49 0 6 48 AF 3A 12
Octal 23 107 103 111 0 6 110 257 72 22
Binary 10011 1000111 1000011 1001001 0 110 1001000 10101111 111010 10010

Color Harmonies of #134743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134743

Black with #134743

Text Example


Text Example

White with #134743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134743; }

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

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

background-color css

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

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

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

border-color css

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

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

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