Html Css Color HEX #134F4A Cyprus

📋 copy color: '#134F4A'

red 19 ◦ green 79 ◦ blue 74

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

Shades of Cyprus #134F4A

Tints of Cyprus #134F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 43.02%

R = 11.05%
G = 45.93%
B = 43.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#134F4A (or 0x134F4A) is known color: Cyprus. HEX triplet: 13, 4F and 4A. RGB value is (19,79,74). Sum of RGB (Red+Green+Blue) = 19+79+74=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 79 - color contains mainly: green. Hex color #134F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F4A is #ECB0B5. Grayscale: #3C3C3C. Windows color (decimal): -15511734 or 4869907. OLE color: 4869907.

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

Color convert

RGB 19 79 74 -
CMYK 0.76 0 0.06 0.69
HSL 175º 0.61% 0.19% -
HSV(B) 175º 0.76% 0.31% -
XYZ 4.3 6.22 7.45 -
YUV 60.49 135.62 98.41 -
System Red Green Blue C M Y K H S L
Decimal 19 79 74 0.76 0 0.06 0.69 175 0.61 0.19
Hex 13 4F 4A 4C 0 6 45 AF 3D 13
Octal 23 117 112 114 0 6 105 257 75 23
Binary 10011 1001111 1001010 1001100 0 110 1000101 10101111 111101 10011

Color Harmonies of #134F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F4A

Black with #134F4A

Text Example


Text Example

White with #134F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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