Html Css Color HEX #134646 Cyprus

📋 copy color: '#134646'

red 19 ◦ green 70 ◦ blue 70

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

Shades of Cyprus #134646

Tints of Cyprus #134646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 44.03%

R = 11.95%
G = 44.03%
B = 44.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#134646 (or 0x134646) is known color: Cyprus. HEX triplet: 13, 46 and 46. RGB value is (19,70,70). Sum of RGB (Red+Green+Blue) = 19+70+70=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #134646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134646 is #ECB9B9. Grayscale: #363636. Windows color (decimal): -15514042 or 4605459. OLE color: 4605459.

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

Color convert

RGB 19 70 70 -
CMYK 0.73 0 0 0.73
HSL 180º 0.57% 0.17% -
HSV(B) 180º 0.73% 0.27% -
XYZ 3.56 4.96 6.56 -
YUV 54.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 19 70 70 0.73 0 0 0.73 180 0.57 0.17
Hex 13 46 46 49 0 0 49 B4 39 11
Octal 23 106 106 111 0 0 111 264 71 21
Binary 10011 1000110 1000110 1001001 0 0 1001001 10110100 111001 10001

Color Harmonies of #134646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134646

Black with #134646

Text Example


Text Example

White with #134646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134646; }

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

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

background-color css

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

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

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

border-color css

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

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

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