Html Css Color HEX #134641 Cyprus

📋 copy color: '#134641'

red 19 ◦ green 70 ◦ blue 65

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

Shades of Cyprus #134641

Tints of Cyprus #134641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.45%

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

R = 12.34%
G = 45.45%
B = 42.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#134641 (or 0x134641) is known color: Cyprus. HEX triplet: 13, 46 and 41. RGB value is (19,70,65). Sum of RGB (Red+Green+Blue) = 19+70+65=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #134641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134641 is #ECB9BE. Grayscale: #363636. Windows color (decimal): -15514047 or 4277779. OLE color: 4277779.

HSL color Cylindrical-coordinate representation of color #134641: hue angle of 174.12º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134641 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 65 -
CMYK 0.73 0 0.07 0.73
HSL 174.12º 0.57% 0.17% -
HSV(B) 174.12º 0.73% 0.27% -
XYZ 3.41 4.9 5.77 -
YUV 54.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 19 70 65 0.73 0 0.07 0.73 174.12 0.57 0.17
Hex 13 46 41 49 0 7 49 AE 39 11
Octal 23 106 101 111 0 7 111 256 71 21
Binary 10011 1000110 1000001 1001001 0 111 1001001 10101110 111001 10001

Color Harmonies of #134641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134641

Black with #134641

Text Example


Text Example

White with #134641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134641; }

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

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

background-color css

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

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

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

border-color css

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

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

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