Html Css Color HEX #13634D Jewel

📋 copy color: '#13634D'

red 19 ◦ green 99 ◦ blue 77

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

Shades of Jewel #13634D

Tints of Jewel #13634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50.77%

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

R = 9.74%
G = 50.77%
B = 39.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#13634D (or 0x13634D) is known color: Jewel. HEX triplet: 13, 63 and 4D. RGB value is (19,99,77). Sum of RGB (Red+Green+Blue) = 19+99+77=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #13634D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13634D is #EC9CB2. Grayscale: #484848. Windows color (decimal): -15506611 or 5071635. OLE color: 5071635.

HSL color Cylindrical-coordinate representation of color #13634D: hue angle of 163.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13634D is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 99 77 -
CMYK 0.81 0 0.22 0.61
HSL 163.5º 0.68% 0.23% -
HSV(B) 163.5º 0.81% 0.39% -
XYZ 6.07 9.6 8.55 -
YUV 72.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 19 99 77 0.81 0 0.22 0.61 163.5 0.68 0.23
Hex 13 63 4D 51 0 16 3D A4 44 17
Octal 23 143 115 121 0 26 75 244 104 27
Binary 10011 1100011 1001101 1010001 0 10110 111101 10100100 1000100 10111

Color Harmonies of #13634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13634D

Black with #13634D

Text Example


Text Example

White with #13634D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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