Html Css Color HEX #134C44 Cyprus

📋 copy color: '#134C44'

red 19 ◦ green 76 ◦ blue 68

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

Shades of Cyprus #134C44

Tints of Cyprus #134C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.63%

 BLUE value IS 68 (26.95% from 255) = 41.72%

R = 11.66%
G = 46.63%
B = 41.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.70

RGB Variations

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

Color information

#134C44 (or 0x134C44) is known color: Cyprus. HEX triplet: 13, 4C and 44. RGB value is (19,76,68). Sum of RGB (Red+Green+Blue) = 19+76+68=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #134C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C44 is #ECB3BB. Grayscale: #3A3A3A. Windows color (decimal): -15512508 or 4475923. OLE color: 4475923.

HSL color Cylindrical-coordinate representation of color #134C44: hue angle of 171.58º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C44 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 76 68 -
CMYK 0.75 0 0.11 0.70
HSL 171.58º 0.6% 0.19% -
HSV(B) 171.58º 0.75% 0.3% -
XYZ 3.9 5.72 6.37 -
YUV 58.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 19 76 68 0.75 0 0.11 0.70 171.58 0.6 0.19
Hex 13 4C 44 4B 0 B 46 AC 3C 13
Octal 23 114 104 113 0 13 106 254 74 23
Binary 10011 1001100 1000100 1001011 0 1011 1000110 10101100 111100 10011

Color Harmonies of #134C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C44

Black with #134C44

Text Example


Text Example

White with #134C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,76,68); }

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

background-color css

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

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

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

border-color css

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

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

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