Html Css Color HEX #134C45 Cyprus

📋 copy color: '#134C45'

red 19 ◦ green 76 ◦ blue 69

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

Shades of Cyprus #134C45

Tints of Cyprus #134C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 42.07%

R = 11.59%
G = 46.34%
B = 42.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#134C45 (or 0x134C45) is known color: Cyprus. HEX triplet: 13, 4C and 45. RGB value is (19,76,69). Sum of RGB (Red+Green+Blue) = 19+76+69=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #134C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C45 is #ECB3BA. Grayscale: #3A3A3A. Windows color (decimal): -15512507 or 4541459. OLE color: 4541459.

HSL color Cylindrical-coordinate representation of color #134C45: hue angle of 172.63º 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 #134C45 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 76 69 -
CMYK 0.75 0 0.09 0.70
HSL 172.63º 0.6% 0.19% -
HSV(B) 172.63º 0.75% 0.3% -
XYZ 3.93 5.74 6.53 -
YUV 58.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 19 76 69 0.75 0 0.09 0.70 172.63 0.6 0.19
Hex 13 4C 45 4B 0 9 46 AD 3C 13
Octal 23 114 105 113 0 11 106 255 74 23
Binary 10011 1001100 1000101 1001011 0 1001 1000110 10101101 111100 10011

Color Harmonies of #134C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C45

Black with #134C45

Text Example


Text Example

White with #134C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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