Html Css Color HEX #13564F Cyprus

📋 copy color: '#13564F'

red 19 ◦ green 86 ◦ blue 79

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

Shades of Cyprus #13564F

Tints of Cyprus #13564F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.93%

R = 10.33%
G = 46.74%
B = 42.93%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#13564F (or 0x13564F) is known color: Cyprus. HEX triplet: 13, 56 and 4F. RGB value is (19,86,79). Sum of RGB (Red+Green+Blue) = 19+86+79=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #13564F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13564F is #ECA9B0. Grayscale: #414141. Windows color (decimal): -15509937 or 5199379. OLE color: 5199379.

HSL color Cylindrical-coordinate representation of color #13564F: hue angle of 173.73º 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 #13564F is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 86 79 -
CMYK 0.78 0 0.08 0.66
HSL 173.73º 0.64% 0.21% -
HSV(B) 173.73º 0.78% 0.34% -
XYZ 5.01 7.36 8.55 -
YUV 65.17 135.8 95.07 -
System Red Green Blue C M Y K H S L
Decimal 19 86 79 0.78 0 0.08 0.66 173.73 0.64 0.21
Hex 13 56 4F 4E 0 8 42 AE 40 15
Octal 23 126 117 116 0 10 102 256 100 25
Binary 10011 1010110 1001111 1001110 0 1000 1000010 10101110 1000000 10101

Color Harmonies of #13564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13564F

Black with #13564F

Text Example


Text Example

White with #13564F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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