Html Css Color HEX #11653F Jewel

📋 copy color: '#11653F'

red 17 ◦ green 101 ◦ blue 63

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

Shades of Jewel #11653F

Tints of Jewel #11653F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 55.8%

 BLUE value IS 63 (25% from 255) = 34.81%

R = 9.39%
G = 55.8%
B = 34.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#11653F (or 0x11653F) is known color: Jewel. HEX triplet: 11, 65 and 3F. RGB value is (17,101,63). Sum of RGB (Red+Green+Blue) = 17+101+63=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #11653F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11653F is #EE9AC0. Grayscale: #474747. Windows color (decimal): -15637185 or 4154641. OLE color: 4154641.

HSL color Cylindrical-coordinate representation of color #11653F: hue angle of 152.86º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11653F is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 101 63 -
CMYK 0.83 0 0.38 0.60
HSL 152.86º 0.71% 0.23% -
HSV(B) 152.86º 0.83% 0.4% -
XYZ 5.78 9.79 6.29 -
YUV 71.55 123.17 89.09 -
System Red Green Blue C M Y K H S L
Decimal 17 101 63 0.83 0 0.38 0.60 152.86 0.71 0.23
Hex 11 65 3F 53 0 26 3C 99 47 17
Octal 21 145 77 123 0 46 74 231 107 27
Binary 10001 1100101 111111 1010011 0 100110 111100 10011001 1000111 10111

Color Harmonies of #11653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11653F

Black with #11653F

Text Example


Text Example

White with #11653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11653F; }

 p { color: rgb(17,101,63); }

 H1.HeaderClassName
 {
   color: #11653F;
 }
 .AnyTagClassName
 {
   color: #11653F;
 }
</style>

background-color css

<style>
 a { background-color: #11653F; }

 a { background-color: rgb(17,101,63); }

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

border-color css

<style>
 span { border-color: #11653F; }

 span { border-color: rgb(17,101,63); }

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