#134843

Color #134843 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #134843

Tints of Cyprus #134843

Color information

#134843 (or 0x134843) is unknown color: approx 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

RGB197267-
CMYK0.7400.070.72
HSL174.34º58.24%17.84%-
HSV(B)174.34º73.61%28.24%-
XYZ3.65.186.12-
YUV55.58134.44101.91-

RGB Variations

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

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 (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972670.7400.070.72174.3458.2417.84
Hex1348434A0748ae3a12
Octal23110103112071102567222
Binary10011100100010000111001010011110010001010111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>