Html Css Color HEX #13684A Jewel

📋 copy color: '#13684A'

red 19 ◦ green 104 ◦ blue 74

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

Shades of Jewel #13684A

Tints of Jewel #13684A

RGB

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

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

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

R = 9.64%
G = 52.79%
B = 37.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#13684A (or 0x13684A) is known color: Jewel. HEX triplet: 13, 68 and 4A. RGB value is (19,104,74). Sum of RGB (Red+Green+Blue) = 19+104+74=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #13684A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13684A is #EC97B5. Grayscale: #4B4B4B. Windows color (decimal): -15505334 or 4876307. OLE color: 4876307.

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

Color convert

RGB 19 104 74 -
CMYK 0.82 0 0.29 0.59
HSL 158.82º 0.69% 0.24% -
HSV(B) 158.82º 0.82% 0.41% -
XYZ 6.45 10.53 8.17 -
YUV 75.17 127.34 87.94 -
System Red Green Blue C M Y K H S L
Decimal 19 104 74 0.82 0 0.29 0.59 158.82 0.69 0.24
Hex 13 68 4A 52 0 1D 3B 9F 45 18
Octal 23 150 112 122 0 35 73 237 105 30
Binary 10011 1101000 1001010 1010010 0 11101 111011 10011111 1000101 11000

Color Harmonies of #13684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13684A

Black with #13684A

Text Example


Text Example

White with #13684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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