Html Css Color HEX #134744 Cyprus

📋 copy color: '#134744'

red 19 ◦ green 71 ◦ blue 68

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

Shades of Cyprus #134744

Tints of Cyprus #134744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 43.04%

R = 12.03%
G = 44.94%
B = 43.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#134744 (or 0x134744) is known color: Cyprus. HEX triplet: 13, 47 and 44. RGB value is (19,71,68). Sum of RGB (Red+Green+Blue) = 19+71+68=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #134744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134744 is #ECB8BB. Grayscale: #373737. Windows color (decimal): -15513788 or 4474643. OLE color: 4474643.

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

Color convert

RGB 19 71 68 -
CMYK 0.73 0 0.04 0.72
HSL 176.54º 0.58% 0.18% -
HSV(B) 176.54º 0.73% 0.28% -
XYZ 3.57 5.06 6.26 -
YUV 55.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 19 71 68 0.73 0 0.04 0.72 176.54 0.58 0.18
Hex 13 47 44 49 0 4 48 B1 3A 12
Octal 23 107 104 111 0 4 110 261 72 22
Binary 10011 1000111 1000100 1001001 0 100 1001000 10110001 111010 10010

Color Harmonies of #134744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134744

Black with #134744

Text Example


Text Example

White with #134744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134744; }

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

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

background-color css

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

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

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

border-color css

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

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

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