Html Css Color HEX #11634C Jewel

📋 copy color: '#11634C'

red 17 ◦ green 99 ◦ blue 76

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

Shades of Jewel #11634C

Tints of Jewel #11634C

RGB

 RED value IS 17 (7.03% from 255) = 8.85%

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

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

R = 8.85%
G = 51.56%
B = 39.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#11634C (or 0x11634C) is known color: Jewel. HEX triplet: 11, 63 and 4C. RGB value is (17,99,76). Sum of RGB (Red+Green+Blue) = 17+99+76=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #11634C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11634C is #EE9CB3. Grayscale: #474747. Windows color (decimal): -15637684 or 5006097. OLE color: 5006097.

HSL color Cylindrical-coordinate representation of color #11634C: hue angle of 163.17º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11634C is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 99 76 -
CMYK 0.83 0 0.23 0.61
HSL 163.17º 0.71% 0.23% -
HSV(B) 163.17º 0.83% 0.39% -
XYZ 6 9.56 8.37 -
YUV 71.86 130.33 88.87 -
System Red Green Blue C M Y K H S L
Decimal 17 99 76 0.83 0 0.23 0.61 163.17 0.71 0.23
Hex 11 63 4C 53 0 17 3D A3 47 17
Octal 21 143 114 123 0 27 75 243 107 27
Binary 10001 1100011 1001100 1010011 0 10111 111101 10100011 1000111 10111

Color Harmonies of #11634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11634C

Black with #11634C

Text Example


Text Example

White with #11634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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