Html Css Color HEX #13684D Jewel

📋 copy color: '#13684D'

red 19 ◦ green 104 ◦ blue 77

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

Shades of Jewel #13684D

Tints of Jewel #13684D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 38.5%

R = 9.5%
G = 52%
B = 38.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#13684D (or 0x13684D) is known color: Jewel. HEX triplet: 13, 68 and 4D. RGB value is (19,104,77). Sum of RGB (Red+Green+Blue) = 19+104+77=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #13684D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13684D is #EC97B2. Grayscale: #4B4B4B. Windows color (decimal): -15505331 or 5072915. OLE color: 5072915.

HSL color Cylindrical-coordinate representation of color #13684D: hue angle of 160.94º 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 #13684D is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 104 77 -
CMYK 0.82 0 0.26 0.59
HSL 160.94º 0.69% 0.24% -
HSV(B) 160.94º 0.82% 0.41% -
XYZ 6.56 10.57 8.72 -
YUV 75.51 128.84 87.7 -
System Red Green Blue C M Y K H S L
Decimal 19 104 77 0.82 0 0.26 0.59 160.94 0.69 0.24
Hex 13 68 4D 52 0 1A 3B A1 45 18
Octal 23 150 115 122 0 32 73 241 105 30
Binary 10011 1101000 1001101 1010010 0 11010 111011 10100001 1000101 11000

Color Harmonies of #13684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13684D

Black with #13684D

Text Example


Text Example

White with #13684D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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