Html Css Color HEX #11644B Jewel

📋 copy color: '#11644B'

red 17 ◦ green 100 ◦ blue 75

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

Shades of Jewel #11644B

Tints of Jewel #11644B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 52.08%

 BLUE value IS 75 (29.69% from 255) = 39.06%

R = 8.85%
G = 52.08%
B = 39.06%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#11644B (or 0x11644B) is known color: Jewel. HEX triplet: 11, 64 and 4B. RGB value is (17,100,75). Sum of RGB (Red+Green+Blue) = 17+100+75=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 100 (39.45% from 255 or 52.08% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 100 - color contains mainly: green. Hex color #11644B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11644B is #EE9BB4. Grayscale: #484848. Windows color (decimal): -15637429 or 4940817. OLE color: 4940817.

HSL color Cylindrical-coordinate representation of color #11644B: hue angle of 161.93º 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 #11644B is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 100 75 -
CMYK 0.83 0 0.25 0.61
HSL 161.93º 0.71% 0.23% -
HSV(B) 161.93º 0.83% 0.39% -
XYZ 6.06 9.74 8.22 -
YUV 72.33 129.5 88.53 -
System Red Green Blue C M Y K H S L
Decimal 17 100 75 0.83 0 0.25 0.61 161.93 0.71 0.23
Hex 11 64 4B 53 0 19 3D A2 47 17
Octal 21 144 113 123 0 31 75 242 107 27
Binary 10001 1100100 1001011 1010011 0 11001 111101 10100010 1000111 10111

Color Harmonies of #11644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11644B

Black with #11644B

Text Example


Text Example

White with #11644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11644B; }

 p { color: rgb(17,100,75); }

 H1.HeaderClassName
 {
   color: #11644B;
 }
 .AnyTagClassName
 {
   color: #11644B;
 }
</style>

background-color css

<style>
 a { background-color: #11644B; }

 a { background-color: rgb(17,100,75); }

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

border-color css

<style>
 span { border-color: #11644B; }

 span { border-color: rgb(17,100,75); }

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