Html Css Color HEX #134E4D Cyprus

📋 copy color: '#134E4D'

red 19 ◦ green 78 ◦ blue 77

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

Shades of Cyprus #134E4D

Tints of Cyprus #134E4D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 44.83%

 BLUE value IS 77 (30.47% from 255) = 44.25%

R = 10.92%
G = 44.83%
B = 44.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#134E4D (or 0x134E4D) is known color: Cyprus. HEX triplet: 13, 4E and 4D. RGB value is (19,78,77). Sum of RGB (Red+Green+Blue) = 19+78+77=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 78 - color contains mainly: green. Hex color #134E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E4D is #ECB1B2. Grayscale: #3C3C3C. Windows color (decimal): -15511987 or 5066259. OLE color: 5066259.

HSL color Cylindrical-coordinate representation of color #134E4D: hue angle of 178.98º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134E4D is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 78 77 -
CMYK 0.76 0 0.01 0.69
HSL 178.98º 0.61% 0.19% -
HSV(B) 178.98º 0.76% 0.31% -
XYZ 4.33 6.12 7.97 -
YUV 60.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 19 78 77 0.76 0 0.01 0.69 178.98 0.61 0.19
Hex 13 4E 4D 4C 0 1 45 B3 3D 13
Octal 23 116 115 114 0 1 105 263 75 23
Binary 10011 1001110 1001101 1001100 0 1 1000101 10110011 111101 10011

Color Harmonies of #134E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E4D

Black with #134E4D

Text Example


Text Example

White with #134E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134E4D; }

 p { color: rgb(19,78,77); }

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

background-color css

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

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

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

border-color css

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

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

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