Html Css Color HEX #134741 Cyprus

📋 copy color: '#134741'

red 19 ◦ green 71 ◦ blue 65

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

Shades of Cyprus #134741

Tints of Cyprus #134741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 41.94%

R = 12.26%
G = 45.81%
B = 41.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#134741 (or 0x134741) is known color: Cyprus. HEX triplet: 13, 47 and 41. RGB value is (19,71,65). Sum of RGB (Red+Green+Blue) = 19+71+65=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #134741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134741 is #ECB8BE. Grayscale: #363636. Windows color (decimal): -15513791 or 4278035. OLE color: 4278035.

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

Color convert

RGB 19 71 65 -
CMYK 0.73 0 0.08 0.72
HSL 173.08º 0.58% 0.18% -
HSV(B) 173.08º 0.73% 0.28% -
XYZ 3.48 5.03 5.79 -
YUV 54.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 19 71 65 0.73 0 0.08 0.72 173.08 0.58 0.18
Hex 13 47 41 49 0 8 48 AD 3A 12
Octal 23 107 101 111 0 10 110 255 72 22
Binary 10011 1000111 1000001 1001001 0 1000 1001000 10101101 111010 10010

Color Harmonies of #134741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134741

Black with #134741

Text Example


Text Example

White with #134741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134741; }

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

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

background-color css

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

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

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

border-color css

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

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

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