Html Css Color HEX #135649 Cyprus

📋 copy color: '#135649'

red 19 ◦ green 86 ◦ blue 73

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

Shades of Cyprus #135649

Tints of Cyprus #135649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 41.01%

R = 10.67%
G = 48.31%
B = 41.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#135649 (or 0x135649) is known color: Cyprus. HEX triplet: 13, 56 and 49. RGB value is (19,86,73). Sum of RGB (Red+Green+Blue) = 19+86+73=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #135649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135649 is #ECA9B6. Grayscale: #404040. Windows color (decimal): -15509943 or 4806163. OLE color: 4806163.

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

Color convert

RGB 19 86 73 -
CMYK 0.78 0 0.15 0.66
HSL 168.36º 0.64% 0.21% -
HSV(B) 168.36º 0.78% 0.34% -
XYZ 4.8 7.28 7.45 -
YUV 64.49 132.8 95.56 -
System Red Green Blue C M Y K H S L
Decimal 19 86 73 0.78 0 0.15 0.66 168.36 0.64 0.21
Hex 13 56 49 4E 0 F 42 A8 40 15
Octal 23 126 111 116 0 17 102 250 100 25
Binary 10011 1010110 1001001 1001110 0 1111 1000010 10101000 1000000 10101

Color Harmonies of #135649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135649

Black with #135649

Text Example


Text Example

White with #135649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135649; }

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

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

background-color css

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

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

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

border-color css

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

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

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