Html Css Color HEX #134F4D Cyprus

📋 copy color: '#134F4D'

red 19 ◦ green 79 ◦ blue 77

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

Shades of Cyprus #134F4D

Tints of Cyprus #134F4D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 45.14%

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

R = 10.86%
G = 45.14%
B = 44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#134F4D (or 0x134F4D) is known color: Cyprus. HEX triplet: 13, 4F and 4D. RGB value is (19,79,77). Sum of RGB (Red+Green+Blue) = 19+79+77=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #134F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F4D is #ECB0B2. Grayscale: #3C3C3C. Windows color (decimal): -15511731 or 5066515. OLE color: 5066515.

HSL color Cylindrical-coordinate representation of color #134F4D: hue angle of 178º 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 #134F4D is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 79 77 -
CMYK 0.76 0 0.03 0.69
HSL 178º 0.61% 0.19% -
HSV(B) 178º 0.76% 0.31% -
XYZ 4.4 6.27 8 -
YUV 60.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 19 79 77 0.76 0 0.03 0.69 178 0.61 0.19
Hex 13 4F 4D 4C 0 3 45 B2 3D 13
Octal 23 117 115 114 0 3 105 262 75 23
Binary 10011 1001111 1001101 1001100 0 11 1000101 10110010 111101 10011

Color Harmonies of #134F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F4D

Black with #134F4D

Text Example


Text Example

White with #134F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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