Html Css Color HEX #134843 Cyprus

📋 copy color: '#134843'

red 19 ◦ green 72 ◦ blue 67

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

Shades of Cyprus #134843

Tints of Cyprus #134843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

 BLUE value IS 67 (26.56% from 255) = 42.41%

R = 12.03%
G = 45.57%
B = 42.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#134843 (or 0x134843) is known color: Cyprus. HEX triplet: 13, 48 and 43. RGB value is (19,72,67). Sum of RGB (Red+Green+Blue) = 19+72+67=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #134843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134843 is #ECB7BC. Grayscale: #373737. Windows color (decimal): -15513533 or 4409363. OLE color: 4409363.

HSL color Cylindrical-coordinate representation of color #134843: hue angle of 174.34º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134843 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 72 67 -
CMYK 0.74 0 0.07 0.72
HSL 174.34º 0.58% 0.18% -
HSV(B) 174.34º 0.74% 0.28% -
XYZ 3.6 5.18 6.12 -
YUV 55.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 19 72 67 0.74 0 0.07 0.72 174.34 0.58 0.18
Hex 13 48 43 4A 0 7 48 AE 3A 12
Octal 23 110 103 112 0 7 110 256 72 22
Binary 10011 1001000 1000011 1001010 0 111 1001000 10101110 111010 10010

Color Harmonies of #134843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134843

Black with #134843

Text Example


Text Example

White with #134843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134843; }

 p { color: rgb(19,72,67); }

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

background-color css

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

 a { background-color: rgb(19,72,67); }

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

border-color css

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

 span { border-color: rgb(19,72,67); }

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