Html Css Color HEX #13684E Jewel

📋 copy color: '#13684E'

red 19 ◦ green 104 ◦ blue 78

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

Shades of Jewel #13684E

Tints of Jewel #13684E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 51.74%

 BLUE value IS 78 (30.86% from 255) = 38.81%

R = 9.45%
G = 51.74%
B = 38.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#13684E (or 0x13684E) is known color: Jewel. HEX triplet: 13, 68 and 4E. RGB value is (19,104,78). Sum of RGB (Red+Green+Blue) = 19+104+78=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #13684E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13684E is #EC97B1. Grayscale: #4B4B4B. Windows color (decimal): -15505330 or 5138451. OLE color: 5138451.

HSL color Cylindrical-coordinate representation of color #13684E: hue angle of 161.65º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13684E is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 104 78 -
CMYK 0.82 0 0.25 0.59
HSL 161.65º 0.69% 0.24% -
HSV(B) 161.65º 0.82% 0.41% -
XYZ 6.59 10.59 8.9 -
YUV 75.62 129.34 87.61 -
System Red Green Blue C M Y K H S L
Decimal 19 104 78 0.82 0 0.25 0.59 161.65 0.69 0.24
Hex 13 68 4E 52 0 19 3B A2 45 18
Octal 23 150 116 122 0 31 73 242 105 30
Binary 10011 1101000 1001110 1010010 0 11001 111011 10100010 1000101 11000

Color Harmonies of #13684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13684E

Black with #13684E

Text Example


Text Example

White with #13684E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13684E; }

 p { color: rgb(19,104,78); }

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

background-color css

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

 a { background-color: rgb(19,104,78); }

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

border-color css

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

 span { border-color: rgb(19,104,78); }

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