Html Css Color HEX #13634C Jewel

📋 copy color: '#13634C'

red 19 ◦ green 99 ◦ blue 76

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

Shades of Jewel #13634C

Tints of Jewel #13634C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 39.18%

R = 9.79%
G = 51.03%
B = 39.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#13634C (or 0x13634C) is known color: Jewel. HEX triplet: 13, 63 and 4C. RGB value is (19,99,76). Sum of RGB (Red+Green+Blue) = 19+99+76=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #13634C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13634C is #EC9CB3. Grayscale: #484848. Windows color (decimal): -15506612 or 5006099. OLE color: 5006099.

HSL color Cylindrical-coordinate representation of color #13634C: hue angle of 162.75º 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 #13634C is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 99 76 -
CMYK 0.81 0 0.23 0.61
HSL 162.75º 0.68% 0.23% -
HSV(B) 162.75º 0.81% 0.39% -
XYZ 6.03 9.58 8.37 -
YUV 72.46 130 89.87 -
System Red Green Blue C M Y K H S L
Decimal 19 99 76 0.81 0 0.23 0.61 162.75 0.68 0.23
Hex 13 63 4C 51 0 17 3D A3 44 17
Octal 23 143 114 121 0 27 75 243 104 27
Binary 10011 1100011 1001100 1010001 0 10111 111101 10100011 1000100 10111

Color Harmonies of #13634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13634C

Black with #13634C

Text Example


Text Example

White with #13634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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