Html Css Color HEX #13564A Cyprus

📋 copy color: '#13564A'

red 19 ◦ green 86 ◦ blue 74

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

Shades of Cyprus #13564A

Tints of Cyprus #13564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.04%

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

R = 10.61%
G = 48.04%
B = 41.34%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#13564A (or 0x13564A) is known color: Cyprus. HEX triplet: 13, 56 and 4A. RGB value is (19,86,74). Sum of RGB (Red+Green+Blue) = 19+86+74=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #13564A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13564A is #ECA9B5. Grayscale: #404040. Windows color (decimal): -15509942 or 4871699. OLE color: 4871699.

HSL color Cylindrical-coordinate representation of color #13564A: hue angle of 169.25º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13564A is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 86 74 -
CMYK 0.78 0 0.14 0.66
HSL 169.25º 0.64% 0.21% -
HSV(B) 169.25º 0.78% 0.34% -
XYZ 4.83 7.29 7.63 -
YUV 64.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 19 86 74 0.78 0 0.14 0.66 169.25 0.64 0.21
Hex 13 56 4A 4E 0 E 42 A9 40 15
Octal 23 126 112 116 0 16 102 251 100 25
Binary 10011 1010110 1001010 1001110 0 1110 1000010 10101001 1000000 10101

Color Harmonies of #13564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13564A

Black with #13564A

Text Example


Text Example

White with #13564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13564A; }

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

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

background-color css

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

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

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

border-color css

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

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

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